From 7d79a4196b15f2cd23d0b7e0430493f80485530c Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 13 May 2020 00:10:46 +0200 Subject: [PATCH] doctest --module Sorts Sorts/BogoSort.js --- .github/workflows/nodejs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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