finish configuring client tests

This commit is contained in:
Elliot DeNolf
2020-10-08 05:20:52 -04:00
parent 60a3e680dd
commit 352dfa9a09
4 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
module.exports = {
verbose: true,
testTimeout: 15000,
testRegex: '(/src/client/.*\\.(test|spec))\\.[jt]sx?$',
setupFilesAfterEnv: ['<rootDir>/tests/client/globalSetup.js'],
};