aboutsummaryrefslogtreecommitdiff
path: root/jest.setup.js
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-09-30 08:25:25 +0300
committerValentin Popov <info@valentineus.link>2018-09-30 08:25:25 +0300
commitd41833472d369ed94958f75b8f1b777c60d2eabf (patch)
treea7718deacce62b29a93bab9388971bcd951b86c5 /jest.setup.js
parentf969690944458c51aaa7be42b2f7a1ff70c55507 (diff)
downloadjs-github-library-d41833472d369ed94958f75b8f1b777c60d2eabf.tar.xz
js-github-library-d41833472d369ed94958f75b8f1b777c60d2eabf.zip
Settings for this testing environment
Signed-off-by: Valentin Popov <info@valentineus.link>
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 = $;