diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2018-12-10 13:21:13 +0100 |
---|---|---|
committer | Winnie Hellmann <winnie@gitlab.com> | 2018-12-11 13:06:19 +0100 |
commit | 5c4cf3b3a37a2b97ff578ce6a1296e8fc1774abc (patch) | |
tree | 4a74cbcd4ec0d2b91091b68a33f62fc9b137ee48 /spec/frontend/helpers/test_constants.js | |
parent | 7c4940b70236347d06d7c4b559dcc50a8e68d8c0 (diff) | |
download | gitlab-ce-5c4cf3b3a37a2b97ff578ce6a1296e8fc1774abc.tar.gz |
Move emoji_menu_spec.js to Jest
Diffstat (limited to 'spec/frontend/helpers/test_constants.js')
-rw-r--r-- | spec/frontend/helpers/test_constants.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/frontend/helpers/test_constants.js b/spec/frontend/helpers/test_constants.js new file mode 100644 index 00000000000..8dc4aef87e1 --- /dev/null +++ b/spec/frontend/helpers/test_constants.js @@ -0,0 +1,2 @@ +// eslint-disable-next-line import/prefer-default-export +export const TEST_HOST = 'http://test.host'; |