Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormikeller <github@ike.ch>2019-11-07 21:12:37 +0300
committermikeller <github@ike.ch>2019-11-07 21:12:37 +0300
commit9bfea852eb3b7e601eeafe466a84819549d112c2 (patch)
treef4d377964a658aa9cc3d3a72c0b1734f562ddd9b /test
parent7f87965b9c789d2d782cb7eb4401383a9b61c32b (diff)
Fixed warning in tests.
Diffstat (limited to 'test')
-rw-r--r--test/karma.conf.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/karma.conf.js b/test/karma.conf.js
index e3f96f7e..79dc7ed7 100644
--- a/test/karma.conf.js
+++ b/test/karma.conf.js
@@ -5,12 +5,13 @@ module.exports = function(config) {
frameworks: ['mocha', 'chai', 'sinon-chai'],
files: [
'./node_modules/jquery/dist/jquery.min.js',
+ './node_modules/jquery-textcomplete/dist/jquery.textcomplete.min.js',
'./node_modules/bluebird/js/browser/bluebird.min.js',
+ './node_modules/jbox/dist/jBox.min.js',
'./src/js/serial.js',
'./src/js/data_storage.js',
'./src/js/localization.js',
'./src/js/gui.js',
- './node_modules/jquery-textcomplete/dist/jquery.textcomplete.min.js',
'./src/js/CliAutoComplete.js',
'./src/js/tabs/cli.js',
'./test/**/*.js'