Skip to content

Commit

Permalink
chore: update account test import
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Smith <[email protected]>
  • Loading branch information
danielbate and petertonysmith94 authored Nov 21, 2024
1 parent a402bb1 commit 4673f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/account/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://typedoc.org/schema.json",
"extends": ["../../typedoc.base.json"],
"entryPoints": ["src/index.ts"],
"entryPoints": ["src/index.ts", "src/test-utils.ts"],
"readme": "none"
}

0 comments on commit 4673f67

Please sign in to comment.