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 bea76e7 commit 39eac87Copy full SHA for 39eac87
.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 mocha
28
29
- name: Run tests and collect coverage
30
0 commit comments