소스 검색

Update dependency path in tests runner

cmrd Senya 6 년 전
부모
커밋
dae3574e9a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/runner.js

+ 1 - 1
tests/runner.js

@@ -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",