chore: Remove typeORM (#9005)
* chore: rename js files to txt * chore: rename ts files to txt * chore: delete environment helpers * chore: convert global setup & teardown to txt * chore: rename helper js/ts files to txt * chore: rename seeder js/ts files to txt * chore: remove typeorm * chore: reintroduce used helpers
This commit is contained in:
@@ -7,8 +7,8 @@ const pkgs = glob
|
||||
module.exports = {
|
||||
testEnvironment: `node`,
|
||||
testTimeout: 10000,
|
||||
globalSetup: "<rootDir>/integration-tests/globalSetup.js",
|
||||
globalTeardown: "<rootDir>/integration-tests/globalTeardown.js",
|
||||
// globalSetup: "<rootDir>/integration-tests/globalSetup.js",
|
||||
// globalTeardown: "<rootDir>/integration-tests/globalTeardown.js",
|
||||
rootDir: `../`,
|
||||
roots: pkgs,
|
||||
projects: [
|
||||
|
||||
Reference in New Issue
Block a user