Skip to content

Commit

Permalink
chore: remove obsolete glob
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Jan 10, 2025
1 parent 449f23b commit 288d83b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"build": "node esbuild.config.mjs",
"build:wasm": "node tools/build-wasm.js",
"typecheck": "tsc --noEmit",
"test": "node --test --experimental-test-snapshots \"**/*.test.js\"",
"test:regenerate": "node --test --experimental-test-snapshots --test-update-snapshots \"**/*.test.js\""
"test": "node --test --experimental-test-snapshots",
"test:regenerate": "node --test --experimental-test-snapshots --test-update-snapshots"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
Expand Down

0 comments on commit 288d83b

Please sign in to comment.