Skip to content

Commit

Permalink
include types test in main test command
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeseda committed Feb 2, 2024
1 parent 5247ebd commit 5619139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:unit": "cross-env tape 'test/unit/**/*-test.js' | tap-arc",
"test:integration": "cross-env tape 'test/integration/**/*-test.js' | tap-arc",
"coverage": "nyc --reporter=lcov --reporter=text npm run test:unit",
"test": "npm run lint && npm run test:integration && npm run coverage",
"test": "npm run lint && npm run test:integration && npm run coverage && npm run test:types",
"test:types": "tsd --files types/*.test-d.ts",
"rc": "npm version prerelease --preid RC"
},
Expand Down

0 comments on commit 5619139

Please sign in to comment.