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 1929509 commit ea2056fCopy full SHA for ea2056f
.github/workflows/nodejs.yml
@@ -14,12 +14,13 @@ jobs:
14
node-version: ${{ matrix.node-version }}
15
- name: npm install, build, and test
16
run: |
17
- npm install doctest standard --save-dev
+ npm install doctest mocha standard --save-dev
18
npx doctest Sorts/BogoSort.js Sorts/BucketSort.js
19
npx standard
20
cd Linear-Algebra
21
npm ci
22
npm run build --if-present
23
npm test
24
+ mocha Maths/test/Abs.test.js
25
env:
26
CI: true
0 commit comments