summaryrefslogtreecommitdiffstats
path: root/gui-editors/gui-editor-apex/src/main/webapp/js/__test__/test-env.js
diff options
context:
space:
mode:
Diffstat (limited to 'gui-editors/gui-editor-apex/src/main/webapp/js/__test__/test-env.js')
-rw-r--r--gui-editors/gui-editor-apex/src/main/webapp/js/__test__/test-env.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui-editors/gui-editor-apex/src/main/webapp/js/__test__/test-env.js b/gui-editors/gui-editor-apex/src/main/webapp/js/__test__/test-env.js
new file mode 100644
index 0000000..8fd788a
--- /dev/null
+++ b/gui-editors/gui-editor-apex/src/main/webapp/js/__test__/test-env.js
@@ -0,0 +1,2 @@
+import $ from 'jquery';
+global.$ = global.jQuery = $; \ No newline at end of file