target onboarding assorted
This commit is contained in:
parent
d56bb46c5b
commit
bf73aed144
|
@ -2,7 +2,7 @@
|
|||
module.exports = {
|
||||
rootDir: '..',
|
||||
testSequencer: '<rootDir>/e2e/testSequencer.js',
|
||||
testMatch: ['<rootDir>/e2e/tests/room/*.spec.ts'],
|
||||
testMatch: ['<rootDir>/e2e/tests/onboarding/*.spec.ts', '<rootDir>/e2e/tests/assorted/*.spec.ts'],
|
||||
testTimeout: 120000,
|
||||
maxWorkers: 1,
|
||||
globalSetup: '<rootDir>/e2e/globalSetup.ts',
|
||||
|
|
Loading…
Reference in New Issue