diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index df3c8504f..4eb36bf9c 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -15,7 +15,8 @@ jobs: - name: npm install, build, and test run: | npm install doctest - node -e "doctest('Sorts/BogoSort.js', {})" + doctest --module Sorts Sorts/BogoSort.js + # node -e "doctest('Sorts/BogoSort.js', {})" npm install standard --save-dev npx standard cd Linear-Algebra-Javascript