Skip to content

Commit

Permalink
chore: update test and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Oct 24, 2024
1 parent 77361b7 commit 3d03659
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"test:link": "yarn build && yarn link",
"test:e2e": "yarn test:cjs && yarn test:esm && yarn test:web",
"prepare": "husky install",
"docs:update": "markdown-toc-gen insert README.md",
"example:esm": "cd examples/esm && yarn && node index.mjs",
"example:cjs": "yarn test:link && cd examples/cjs && yarn && node index.cjs",
"example:web": "yarn test:link && build:web && http-server --port 8080 --host -o examples/web"
Expand Down
2 changes: 0 additions & 2 deletions tests/e2e/esm/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ describe('e2e esm tests', async () => {
processId,
ao: aoClient,
}),
strict: true,
});

it('should be able to create ANTWriteable with valid signers', async () => {
Expand All @@ -404,7 +403,6 @@ describe('e2e esm tests', async () => {
ao: aoClient,
}),
signer,
strict: false,
});
const strictAnt = ANT.init({
process: new AOProcess({
Expand Down

0 comments on commit 3d03659

Please sign in to comment.