Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajaneeshkumar committed May 17, 2024
1 parent bd7534b commit 8835b39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"scripts": {
"test": "npm run test:unit && npm run test:component",
"test:unit": "mocha --timeout 10000 ./test/unit/",
"test:component": "mocha --timeout 10000 ./test/component/",
"test:component:tag": "mocha --timeout 10000 ./test/component/ --grep '@tag'",
"coverage": "nyc --reporter=lcov --reporter=text npm run test",
"lint": "eslint src/**/*.js"
Expand Down

0 comments on commit 8835b39

Please sign in to comment.