Skip to content

Commit ea2056f

Browse files
authored
GitHub Action: Add mocha Maths/test/Abs.test.js
1 parent 1929509 commit ea2056f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nodejs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ jobs:
1414
node-version: ${{ matrix.node-version }}
1515
- name: npm install, build, and test
1616
run: |
17-
npm install doctest standard --save-dev
17+
npm install doctest mocha standard --save-dev
1818
npx doctest Sorts/BogoSort.js Sorts/BucketSort.js
1919
npx standard
2020
cd Linear-Algebra
2121
npm ci
2222
npm run build --if-present
2323
npm test
24+
mocha Maths/test/Abs.test.js
2425
env:
2526
CI: true

0 commit comments

Comments
 (0)