move tests dir to root

This commit is contained in:
Elliot DeNolf
2020-10-08 05:01:48 -04:00
parent 18f98e24e5
commit 60a3e680dd
11 changed files with 11 additions and 11 deletions

View File

@@ -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/*',