Skip to content

Commit

Permalink
Specify the tests on the command line
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Sep 10, 2024
1 parent 977da2d commit d1a6ef7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"build:cjs": "esbuild ./index.mjs --platform=node --format=cjs --sourcemap --outfile=./dist/location-conflation.cjs",
"lint": "eslint index.mjs test/*.js",
"test": "run-s lint build test:node",
"test:node": "c8 node --test test/"
"test:node": "c8 node --test test/*.js"
},
"dependencies": {
"@aitodotai/json-stringify-pretty-compact": "^1.3.0",
Expand Down

0 comments on commit d1a6ef7

Please sign in to comment.