From f45d53395958bea5580c2fd08a83a2cd5058fc64 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sun, 30 Sep 2018 17:49:02 -0400 Subject: [PATCH] tests: remove mocha.opts file --- package.json | 2 +- test/mocha.opts | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 test/mocha.opts diff --git a/package.json b/package.json index 6360404..24bdf86 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "node": ">= 0.10" }, "scripts": { - "test": "npm run lint && nyc --reporter=html --reporter=text mocha", + "test": "npm run lint && nyc --reporter=html --reporter=text mocha --require test/support/env", "lint": "eslint lib test" } } diff --git a/test/mocha.opts b/test/mocha.opts deleted file mode 100644 index 42b5888..0000000 --- a/test/mocha.opts +++ /dev/null @@ -1,3 +0,0 @@ ---ui bdd ---reporter spec ---require test/support/env