Skip to content

Commit 7d79a41

Browse files
authored
doctest --module Sorts Sorts/BogoSort.js
1 parent 741e8fb commit 7d79a41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
- name: npm install, build, and test
1616
run: |
1717
npm install doctest
18-
node -e "doctest('Sorts/BogoSort.js', {})"
18+
doctest --module Sorts Sorts/BogoSort.js
19+
# node -e "doctest('Sorts/BogoSort.js', {})"
1920
npm install standard --save-dev
2021
npx standard
2122
cd Linear-Algebra-Javascript

0 commit comments

Comments
 (0)