aboutsummaryrefslogtreecommitdiff
path: root/jest.setup.js
diff options
context:
space:
mode:
Diffstat (limited to 'jest.setup.js')
-rw-r--r--jest.setup.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jest.setup.js b/jest.setup.js
new file mode 100644
index 0000000..353860a
--- /dev/null
+++ b/jest.setup.js
@@ -0,0 +1,3 @@
+import $ from "jquery";
+
+global.$ = global.jQuery = $;