We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e99d0 commit 634a00dCopy full SHA for 634a00d
.github/workflows/ci.yml
@@ -30,4 +30,4 @@ jobs:
30
- run: npm install mocha
31
- run: npm install chai
32
- run: npm install nyc
33
- - run: node_modules/mocha/bin/mocha tests/CoinGecko.tests.js
+ - run: npm test
0 commit comments