mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-04-30 13:42:31 +08:00
chore: init new integration tests
This commit is contained in:
committed by
edu-stx
parent
0d193aff8d
commit
5de2613315
@@ -7,6 +7,6 @@ module.exports = {
|
||||
'^.+\\.tsx?$': '@swc-node/jest',
|
||||
},
|
||||
testTimeout: 60000,
|
||||
globalSetup: '<rootDir>/tests/global-setup.ts',
|
||||
globalTeardown: '<rootDir>/tests/global-teardown.ts',
|
||||
globalSetup: '<rootDir>/tests-legacy/global-setup.ts',
|
||||
globalTeardown: '<rootDir>/tests-legacy/global-teardown.ts',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user