Skip to content

Commit

Permalink
test(agent): update test entrypoint location
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed May 9, 2024
1 parent 2bf4e05 commit 01871ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"scripts": {
"doc": "typedoc --disableGit --sourceLinkTemplate 'https://github.com/hackbg/fadroma/tree/v2/{path}#L{line}' --json docs.json && ./docs.ts",
"check": "tsc --noEmit",
"test": "time ensuite agent.test.ts",
"cov": "time ensuite-cov -r text -r lcov -- agent.test.ts",
"test": "time ensuite index.test.ts",
"cov": "time ensuite-cov -r text -r lcov -- index.test.ts",
"clean": "rm -rf .ubik *.dist.*",

"release": "time sh -c 'pnpm clean && pnpm i && pnpm check && pnpm cov all && ubik release --otp 123123'",
Expand Down

0 comments on commit 01871ea

Please sign in to comment.