Skip to content

Commit a95ee46

Browse files
committed
fixed a few more things for the example
1 parent 2064d57 commit a95ee46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codacy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
run: |
2525
npm install -g nyc # Install Istanbul (nyc) for code coverage
2626
npm install # Install project dependencies
27+
npm install --save-dev chai
2728
npm install --save-dev blanket
2829
npm install --save-dev mocha
2930
npm install --save-dev mocha-lcov-reporter

0 commit comments

Comments
 (0)