Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah German <sgerman@gitlab.com>2023-05-09 18:52:36 +0300
committerSusan Tacker <stacker@gitlab.com>2023-05-09 18:52:36 +0300
commit9cf0b39c17f454885fe8fcbbc86c82d3f5748007 (patch)
treef6701a342aa72aa83764327074a33a1766ed5120 /jest.config.js
parent83c3a75d2e2cbb515ee03f941ee6156b8dd58887 (diff)
Retire Algolia search
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/jest.config.js b/jest.config.js
index d2dc8888..e00588e1 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -43,12 +43,10 @@ module.exports = {
'^.+\\.vue$': VUE_JEST_TRANSFORMER,
'^.+\\.svg$': VUE_JEST_TRANSFORMER,
},
- transformIgnorePatterns: [
- 'node_modules/(?!(@gitlab/(ui|svgs)|bootstrap-vue|vue-instantsearch|instantsearch.js)/)',
- ],
snapshotSerializers: [
'<rootDir>/spec/frontend/html_string_serializer.js',
'<rootDir>/spec/frontend/clean_html_element_serializer.js',
],
setupFilesAfterEnv,
+ transformIgnorePatterns: ['node_modules/(?!(@gitlab/(ui|svgs)|bootstrap-vue)/)'],
};