aboutsummaryrefslogtreecommitdiffstats
path: root/tests/karma.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r--tests/karma.config.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js
index e9aa38dd66f..91052f62cd2 100644
--- a/tests/karma.config.js
+++ b/tests/karma.config.js
@@ -158,9 +158,6 @@ module.exports = function(config) {
testCore = true;
}
- // extra test libs
- files.push(corePath + 'tests/lib/sinon-1.15.4.js');
-
// core mocks
files.push(corePath + 'tests/specHelper.js');
@@ -237,7 +234,7 @@ module.exports = function(config) {
basePath: '..',
// frameworks to use
- frameworks: ['jasmine'],
+ frameworks: ['jasmine', 'jasmine-sinon'],
// list of files / patterns to load in the browser
files: files,