From ecb8b4fb44946784680f6282831da35ff965160e Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Tue, 8 Jan 2019 11:41:57 -0800 Subject: [PATCH] Remove dependenceis and use unpkg --- package.json | 4 +--- tests/mocha/event_test.js | 2 +- tests/mocha/index.html | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 61cf7eef7..51467b8f5 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,6 @@ "gulp-series": "^1.0.2", "gulp-shell": "^0.6.5", "jshint": "^2.9.7", - "mocha": "^5.2.0", "webdriverio": "^4.14.1" }, "jshintConfig": { @@ -52,7 +51,6 @@ "unused": true }, "dependencies": { - "jsdom": "^13.0.0", - "sinon": "^7.2.0" + "jsdom": "^13.0.0" } } diff --git a/tests/mocha/event_test.js b/tests/mocha/event_test.js index 46a807276..a0c562fb7 100644 --- a/tests/mocha/event_test.js +++ b/tests/mocha/event_test.js @@ -2,7 +2,7 @@ // Declare some globals to make eslint happier. // TODO: make an eslint config that applies to this directory and put this // configuration in that file, instead of inline. -/* global suite, test, chai, setup, teardown */ +/* global suite, test, setup, teardown */ /* global sinon */ /* global assertNotNull, assertNotUndefined, assertNull, assertEquals, isEqualArrays, assertUndefined */ diff --git a/tests/mocha/index.html b/tests/mocha/index.html index bc18b8ab1..6dcef5ce6 100644 --- a/tests/mocha/index.html +++ b/tests/mocha/index.html @@ -12,7 +12,7 @@
- +