Skip to content

Commit

Permalink
test: add basic.test.js from noble-curves that tests types
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Mar 23, 2024
1 parent bc91347 commit ebec017
Show file tree
Hide file tree
Showing 3 changed files with 411 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"build": "tsc",
"build:release": "rollup -c rollup.config.js",
"test": "node test/secp256k1.test.js",
"test": "node test/index.test.js",
"test:webcrypto": "node test/secp256k1.webcrypto.test.js",
"bench": "node test/benchmark.js",
"min": "cd test/build; npm install; npm run terser",
Expand Down
Loading

0 comments on commit ebec017

Please sign in to comment.