aboutsummaryrefslogtreecommitdiffstats
path: root/spec/javascript
diff options
context:
space:
mode:
authorAlban Peignier2017-10-17 11:56:08 +0200
committerAlban Peignier2017-10-17 11:56:08 +0200
commit545671efd71380722dbc3272f5f513ea684891bd (patch)
treee8e1101bf2c8046d61d5185cce8d0b4245ad2183 /spec/javascript
parentf480ad0739e5c0ec2c0c8bb890344b9c4777ba35 (diff)
parent58cfec64c621d1c6893280f5ad8793af81573199 (diff)
downloadchouette-core-545671efd71380722dbc3272f5f513ea684891bd.tar.bz2
Merge branch 'master' into staging
Diffstat (limited to 'spec/javascript')
-rw-r--r--spec/javascript/spec_helper.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/javascript/spec_helper.js b/spec/javascript/spec_helper.js
new file mode 100644
index 000000000..135995eb2
--- /dev/null
+++ b/spec/javascript/spec_helper.js
@@ -0,0 +1,4 @@
+import $ from 'jquery';
+global.$ = global.jQuery = $;
+
+require('bootstrap') \ No newline at end of file