Skip to content

Commit 8c6fc43

Browse files
committed
f: npm run test
1 parent 4b8edde commit 8c6fc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"fmt": "npm run prettier",
2121
"lint": "npm run jshint",
2222
"prepublish": "npx -p [email protected] -- reexport",
23-
"test": "node ./tests/index.js",
23+
"test": "node ./tests/",
2424
"--------------": "-----------------------------------------------",
2525
"jshint": "npx -p [email protected] -- jshint -c ./.jshintrc ./*.js ./lib",
2626
"prettier": "npx -p [email protected] -- prettier -w '**/*.{js,md}'",

0 commit comments

Comments
 (0)