diff options
author | Valentin Popov <info@valentineus.link> | 2018-09-30 08:25:25 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-09-30 08:25:25 +0300 |
commit | d41833472d369ed94958f75b8f1b777c60d2eabf (patch) | |
tree | a7718deacce62b29a93bab9388971bcd951b86c5 /jest.setup.js | |
parent | f969690944458c51aaa7be42b2f7a1ff70c55507 (diff) | |
download | js-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.js | 3 |
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 = $; |