summaryrefslogtreecommitdiff
path: root/jest.config.integration.js
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-15 21:08:21 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-15 21:08:21 +0000
commit95ab36cd97f9f527ad624f80c6830eca28eeb7bf (patch)
treee9691cf3f4786201040268327a967b63b74ff0c0 /jest.config.integration.js
parent31a340adabe75f8b02cca462ab8aa857ff62f772 (diff)
downloadgitlab-ce-95ab36cd97f9f527ad624f80c6830eca28eeb7bf.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'jest.config.integration.js')
-rw-r--r--jest.config.integration.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/jest.config.integration.js b/jest.config.integration.js
new file mode 100644
index 00000000000..573002c1a34
--- /dev/null
+++ b/jest.config.integration.js
@@ -0,0 +1,5 @@
+const baseConfig = require('./jest.config.base');
+
+module.exports = {
+ ...baseConfig('spec/frontend_integration'),
+};