Mock timers in Jest

This commit is contained in:
Winnie Hellmann 2019-03-21 18:04:33 +01:00
parent 202e9ae88b
commit 939140c33e
1 changed files with 1 additions and 0 deletions

View File

@ -36,4 +36,5 @@ module.exports = {
'^.+\\.vue$': 'vue-jest',
},
transformIgnorePatterns: ['node_modules/(?!(@gitlab/ui)/)'],
timers: 'fake',
};