From caefd7046372e954d21550bbdadcabf98b2a86f0 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Sat, 3 Mar 2018 23:04:11 +0200 Subject: Add touch support in our carousel with HammerJS. --- js/tests/karma.conf.js | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'js/tests/karma.conf.js') diff --git a/js/tests/karma.conf.js b/js/tests/karma.conf.js index 070606a521..c3c64e8850 100644 --- a/js/tests/karma.conf.js +++ b/js/tests/karma.conf.js @@ -12,16 +12,16 @@ const jqueryFile = process.env.USE_OLD_JQUERY ? 'https://code.jquery.com/jquery- const bundle = process.env.BUNDLE === 'true' const browserStack = process.env.BROWSER === 'true' -const frameworks = [ - 'qunit', - 'sinon' -] - const plugins = [ 'karma-qunit', 'karma-sinon' ] +const frameworks = [ + 'qunit', + 'sinon' +] + const reporters = ['dots'] const detectBrowsers = { @@ -46,7 +46,12 @@ const customLaunchers = { } } -let files = ['node_modules/popper.js/dist/umd/popper.min.js'] +let files = [ + 'node_modules/popper.js/dist/umd/popper.min.js', + 'node_modules/hammerjs/hammer.min.js', + 'node_modules/hammer-simulator/index.js' +] + const conf = { basePath: '../..', port: 9876, -- cgit v1.2.3