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 2064d57 commit a95ee46Copy full SHA for a95ee46
.github/workflows/codacy.yml
@@ -24,6 +24,7 @@ jobs:
24
run: |
25
npm install -g nyc # Install Istanbul (nyc) for code coverage
26
npm install # Install project dependencies
27
+ npm install --save-dev chai
28
npm install --save-dev blanket
29
npm install --save-dev mocha
30
npm install --save-dev mocha-lcov-reporter
0 commit comments