feat: testing refactor (e2e/int) (#748)

Co-authored-by: James <james@trbl.design>
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com>
This commit is contained in:
Elliot DeNolf
2022-07-13 11:00:10 -07:00
committed by GitHub
parent b9f9f15d77
commit 90ba15f9bd
65 changed files with 3511 additions and 1965 deletions

View File

@@ -1,11 +1,8 @@
module.exports = {
verbose: true,
testEnvironment: 'node',
globalSetup: '<rootDir>/tests/api/globalSetup.ts',
testPathIgnorePatterns: [
'node_modules',
'src/admin/*',
'dist',
testMatch: [
'**/test/int/**/*spec.ts',
],
testTimeout: 15000,
moduleNameMapper: {