aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorGuillaume2017-10-17 11:21:13 +0200
committerGuillaume2017-10-17 11:21:13 +0200
commitdee6ebb323a044955bcdb1cefa1116ffd2c1f8ae (patch)
tree0073a0f7b4cbeedb0faf341e76534a5c7f32d5d9 /package.json
parent99d2e53ff5dfb947c63c0bf360a97ef64565ed47 (diff)
downloadchouette-core-dee6ebb323a044955bcdb1cefa1116ffd2c1f8ae.tar.bz2
fix ci spec task Refs #4737
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 010f2b606..7e8d695ac 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
"<rootDir>/spec/javascript"
],
"setupFiles": [
- "<rootDir>/config/webpack/test.js"
+ "<rootDir>/spec/javascript/spec_helper.js"
]
}
}