mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-23 00:47:51 +00:00
Provide custom Jest environment with mocked console
This commit is contained in:
@ -37,4 +37,5 @@ module.exports = {
|
||||
},
|
||||
transformIgnorePatterns: ['node_modules/(?!(@gitlab/ui)/)'],
|
||||
timers: 'fake',
|
||||
testEnvironment: '<rootDir>/spec/frontend/environment.js',
|
||||
};
|
||||
|
Reference in New Issue
Block a user