Resolve merge conflicts: prefer current branch (keep M2M and bot client changes)
Deploy / deploy (push) Failing after 18s
Deploy / deploy (push) Failing after 18s
This commit is contained in:
+8
-1
@@ -1,6 +1,13 @@
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
testMatch: ['**/?(*.)+(spec|test).[tj]s?(x)'],
|
||||
testMatch: ['**/tests/**/*.spec.ts', '**/?(*.)+(spec|test).[tj]s?(x)'],
|
||||
testPathIgnorePatterns: ['/tests/api/', '/tests/integration/'],
|
||||
moduleFileExtensions: ['ts', 'js', 'json', 'node'],
|
||||
globals: {
|
||||
'ts-jest': {
|
||||
tsconfig: 'tsconfig.json',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user