summaryrefslogtreecommitdiff
path: root/tests/assertions.js
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2018-07-13 13:12:04 +0200
committerPierre Ossman <ossman@cendio.se>2018-07-13 15:57:24 +0200
commitae2e1ff7bdecb5d3c8f3b136688a64d732709088 (patch)
treefcf1d4f8770bb2c07da6e73275c5d7e4172fbf89 /tests/assertions.js
parent885363a373d32416776e683a7b631d7c77484149 (diff)
downloadnovnc-ae2e1ff7bdecb5d3c8f3b136688a64d732709088.tar.gz
Move sinon to karma framework
This frees us from manual imports, and makes things less magical as those aren't ES modules even if the code suggest that the are.
Diffstat (limited to 'tests/assertions.js')
-rw-r--r--tests/assertions.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/assertions.js b/tests/assertions.js
index ba931c2..9174824 100644
--- a/tests/assertions.js
+++ b/tests/assertions.js
@@ -1,7 +1,3 @@
-// Assertions that make it easier to use sinon
-import sinonChai from '../node_modules/sinon-chai/lib/sinon-chai.js';
-chai.use(sinonChai);
-
// noVNC specific assertions
chai.use(function (_chai, utils) {
_chai.Assertion.addMethod('displayed', function (target_data) {