Commit 939140c3 authored by Winnie Hellmann's avatar Winnie Hellmann

Mock timers in Jest

parent 202e9ae8
...@@ -36,4 +36,5 @@ module.exports = { ...@@ -36,4 +36,5 @@ module.exports = {
'^.+\\.vue$': 'vue-jest', '^.+\\.vue$': 'vue-jest',
}, },
transformIgnorePatterns: ['node_modules/(?!(@gitlab/ui)/)'], transformIgnorePatterns: ['node_modules/(?!(@gitlab/ui)/)'],
timers: 'fake',
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment