Update dependency path in tests runner

This commit is contained in:
cmrd Senya 2018-10-12 20:48:10 +03:00 committed by JC Brand
parent c8348db5c8
commit dae3574e9a

View File

@ -27,7 +27,7 @@ var config = {
"lodash": "node_modules/lodash/lodash",
"lodash.converter": "3rdparty/lodash.fp",
"lodash.fp": "src/lodash.fp",
"lodash.noconflict": "src/lodash.noconflict",
"lodash.noconflict": "node_modules/@converse/headless/lodash.noconflict",
"message-utils": "src/utils/message",
"muc-utils": "src/utils/muc",
"pluggable": "node_modules/pluggable.js/dist/pluggable",