move tests dir to root
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
module.exports = {
|
||||
verbose: true,
|
||||
testEnvironment: 'node',
|
||||
globalSetup: '<rootDir>/src/tests/api/globalSetup.js',
|
||||
globalTeardown: '<rootDir>/src/tests/api/globalTeardown.js',
|
||||
globalSetup: '<rootDir>/tests/api/globalSetup.js',
|
||||
globalTeardown: '<rootDir>/tests/api/globalTeardown.js',
|
||||
testPathIgnorePatterns: [
|
||||
'node_modules',
|
||||
'src/client/*',
|
||||
|
||||
Reference in New Issue
Block a user