Stop transpiling karma tests

This runs our code in the same manner as it would be used if loaded
directly in the browser. Includes the same kind of fallback for older
browsers.
This commit is contained in:
Pierre Ossman
2018-07-13 15:06:34 +02:00
parent 800abf1277
commit 7bcdbbc65b
3 changed files with 38 additions and 28 deletions

View File

@@ -46,10 +46,8 @@
"fs-extra": "^1.0.0",
"jsdom": "*",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.0",
"karma-requirejs": "^1.1.0",
"karma-sauce-launcher": "^1.0.0",
"karma-sinon-chai": "^2.0.0",
"mocha": "^3.1.2",