From 83ee0aa8cdb3238ab3212408d26ea383b5ffc656 Mon Sep 17 00:00:00 2001 From: Christian George Echevarria-Reina Date: Thu, 21 Mar 2019 19:30:36 +0000 Subject: [PATCH] Fix Test Script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index effc245f0..940c5f44d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "src/neataptic", "scripts": { "build": "node_modules/.bin/jsdoc -c jsdoc.json && git add . && git stash && git checkout gh-pages && git merge --squash --strategy-option=theirs stash && git stash drop && git commit -m 'Auto-build' && git push && git checkout master", - "test": "nyc --reporter=html --reporter=text mocha test/", + "test": "nyc --reporter=html --reporter=text mocha test/src.js", "coverage": "nyc report --reporter=text-lcov | coveralls && rm -rf ./src-cov", "test:forever": "nodemon ./node_modules/.bin/mocha --reporter spec test/" },