From 59371ceef2e4d81ee1815c33b1cd99103bec3c99 Mon Sep 17 00:00:00 2001 From: Elliot Foster Date: Sun, 29 Mar 2020 18:18:45 -0500 Subject: [PATCH] Get build passing again Something is wrong with phantomjs; I don't think it's worthwhile to have anymore. --- Makefile | 1 - package.json | 2 -- test/index.html | 26 -------------------------- 3 files changed, 29 deletions(-) delete mode 100644 test/index.html diff --git a/Makefile b/Makefile index 4329eef..f4a1c31 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,6 @@ clean: test: ./node_modules/.bin/mocha --recursive -R list - ./node_modules/.bin/mocha-phantomjs -p ./node_modules/.bin/phantomjs ./test/index.html testwatch: bash -c "./node_modules/.bin/nodemon -e js,json,yaml --exec bash -c 'make test; date' ." diff --git a/package.json b/package.json index a8c6922..23e8151 100644 --- a/package.json +++ b/package.json @@ -26,9 +26,7 @@ "devDependencies": { "chai": "*", "mocha": "*", - "mocha-phantomjs": "*", "nodemon": "*", - "phantomjs-prebuilt": "*", "sinon": "*" }, "engines": { diff --git a/test/index.html b/test/index.html deleted file mode 100644 index b35ce4a..0000000 --- a/test/index.html +++ /dev/null @@ -1,26 +0,0 @@ - - - Mocha-Sinon - - - - - - - - - - -
- - -