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