diff options
| author | Guillaume | 2017-10-17 11:21:13 +0200 | 
|---|---|---|
| committer | Guillaume | 2017-10-17 11:21:13 +0200 | 
| commit | dee6ebb323a044955bcdb1cefa1116ffd2c1f8ae (patch) | |
| tree | 0073a0f7b4cbeedb0faf341e76534a5c7f32d5d9 /spec/javascript | |
| parent | 99d2e53ff5dfb947c63c0bf360a97ef64565ed47 (diff) | |
| download | chouette-core-dee6ebb323a044955bcdb1cefa1116ffd2c1f8ae.tar.bz2 | |
fix ci spec task Refs #4737
Diffstat (limited to 'spec/javascript')
| -rw-r--r-- | spec/javascript/spec_helper.js | 4 | 
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 | 
