We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21a9d7 commit bc43f13Copy full SHA for bc43f13
.circleci/config.yml
@@ -29,7 +29,7 @@ jobs:
29
key: dependency-cache-{{ checksum "package-lock.json" }}
30
- run:
31
name: Test
32
- command: npm test
+ command: './node_modules/.bin/nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"'
33
34
name: Generate code coverage
35
command: './node_modules/.bin/nyc report --reporter=text-lcov'
0 commit comments