Skip to content

Commit

Permalink
test(usage): add comment about confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
tabcat committed Sep 24, 2024
1 parent a1976c7 commit b3c3771
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/usage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ import { cloneTree, createEmptyTree, mutate } from "../src/index.js";
import { Bucket, Node, ProllyTree } from "../src/interface.js";
import { nodeToTuple } from "../src/utils.js";

/**
* !!!
* If you are not familiar with content addressed structures, parts of this may be confusing.
* If parts of this are confusing to you, I recommend visiting the Learning Resources section of the readme.
* !!!
*/

describe("usage", () => {
it("explains usage", async () => {
/**
Expand Down

0 comments on commit b3c3771

Please sign in to comment.