Skip to content

Commit

Permalink
changed test runner in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-sharma-08 committed Apr 27, 2023
1 parent ba24d39 commit 45720a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -48,7 +48,7 @@
},
"scripts": {
"test": "npm run lint && npm run test-ci && npm run test-browser",
"test-ci": "taper tests/test-*.js",
"test-ci": "tape tests/test-*.js",
"test-cov": "istanbul cover tape tests/test-*.js",
"test-browser": "node tests/browser/start.js",
"lint": "standard"
Expand Down

0 comments on commit 45720a3

Please sign in to comment.