Skip to content

Commit

Permalink
update test command
Browse files Browse the repository at this point in the history
  • Loading branch information
Mert Can Altin committed Jul 31, 2024
1 parent 21d29e1 commit cadf909
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"postpack": "npm run clean",
"build": "rspack build",
"typecheck": "tsc --noEmit",
"test": "node --test --experimental-test-snapshots --test-update-snapshots --require ./test/snapshot-config.js ./test/index.test.js"
"test": "node --test ./test",
"test:regenerate": "node --test --experimental-test-snapshots --test-update-snapshots --require ./test/snapshot-config.js ./test/index.test.js"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
Expand Down

0 comments on commit cadf909

Please sign in to comment.