Skip to content

Commit

Permalink
Fixed mocha glob
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolas Howard committed Mar 8, 2024
1 parent 857c736 commit 261eef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"build:node": "esbuild ./src/index.ts --bundle --sourcemap --outdir=dist --platform=node",
"build:web": "esbuild ./src/index.ts --bundle --sourcemap --platform=browser --global-name=mistreevous --outfile=dist/bundle.js",
"build:typecheck": "tsc --emitDeclarationOnly",
"test:unit-test": "mocha --require ts-node/register test/**/*.spec.ts"
"test:unit-test": "mocha --require ts-node/register 'test/**/*.spec.ts'"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 261eef4

Please sign in to comment.