Skip to content

Commit

Permalink
add npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Dec 20, 2020
1 parent 6bd03d2 commit f84d972
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 @@ -15,6 +15,7 @@
"test": "mocha --require ts-node/register \"tests/src/**/*.ts\" --reporter dot --timeout 60000",
"cover": "nyc --reporter=lcov npm run test",
"debug": "mocha --require ts-node/register --inspect \"tests/src/**/*.ts\" --reporter dot",
"preversion": "npm run lint && npm test",
"update-fixtures": "ts-node ./tools/update-fixtures.ts"
},
"repository": {
Expand Down

0 comments on commit f84d972

Please sign in to comment.