Resolve merge conflicts: prefer current branch (keep M2M and bot client changes)
Deploy / deploy (push) Failing after 18s

This commit is contained in:
Rayyan Syahbani Hermanto
2026-09-07 23:00:30 +07:00
179 changed files with 11440 additions and 1786 deletions
+8 -1
View File
@@ -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',
},
},
};