From d41833472d369ed94958f75b8f1b777c60d2eabf Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sun, 30 Sep 2018 09:25:25 +0400 Subject: Settings for this testing environment Signed-off-by: Valentin Popov --- jest.setup.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 jest.setup.js (limited to 'jest.setup.js') 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 = $; -- cgit v1.2.3