Skip to content

Commit

Permalink
Fix bun
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 17, 2025
1 parent 93d4141 commit 0ab4cf3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@
"lint": "prettier --check 'src/**/*.{js,ts}' 'test/**/*.{js,ts}'",
"format": "prettier --write 'src/**/*.{js,ts}' 'test/**/*.{js,ts}'",
"test": "node --import ./test/esm-register.js test/index.js",
"test:bun": "node test/index.js",
"test:bun": "bun test/index.js",
"test:deno": "deno --allow-env --allow-read --import-map=./test/import_map.json test/index.js",
"test:dos": "node --import ./test/esm-register.js test/slow-dos.test.js",
"test:big": "node --import ./test/esm-register.js test/slow-big.test.js",
"test:kdf": "node --import ./test/esm-register.js test/slow-kdf.test.js",
"test:coverage": "npm install --no-save c8@10.1.2 && npx c8 npm test"
"test:kdf": "node --import ./test/esm-register.js test/slow-kdf.test.js"
},
"author": "Paul Miller (https://paulmillr.com)",
"homepage": "https://paulmillr.com/noble/",
Expand Down

0 comments on commit 0ab4cf3

Please sign in to comment.