Skip to content

Commit 255ef0d

Browse files
authored
npx mocha Maths/test/Abs.test.js
1 parent 82ea7c9 commit 255ef0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
npm ci
2222
npm run build --if-present
2323
npm test
24-
mocha Maths/test/Abs.test.js
24+
npx mocha Maths/test/Abs.test.js
2525
env:
2626
CI: true

0 commit comments

Comments
 (0)