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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-15 18:07:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-15 18:07:43 +0300
commitf8a5275c45ed2276daf843764113476749e680d2 (patch)
tree4856524dbeebf0280a87ff71bcc274f496975e72 /jest.config.base.js
parente6fed37d941271b897d37820fd3b571feab280b0 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'jest.config.base.js')
-rw-r--r--jest.config.base.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jest.config.base.js b/jest.config.base.js
index 3cbf2fdd61b..d11b3a5c1e6 100644
--- a/jest.config.base.js
+++ b/jest.config.base.js
@@ -51,6 +51,7 @@ module.exports = (path, options = {}) => {
experimentalCSSCompile: false,
compiler: require.resolve('./config/vue3migration/compiler'),
compilerOptions: {
+ whitespace: 'preserve',
compatConfig: {
MODE: 2,
},