chore: adds rest client for Next handlers

This commit is contained in:
Jarrod Flesch
2024-02-15 10:01:13 -05:00
parent 6fa72cf912
commit db6758f7f7
13 changed files with 300 additions and 330 deletions

View File

@@ -15,9 +15,6 @@ const customJestConfig = {
// testEnvironment: 'node',
testMatch: ['<rootDir>/packages/payload/src/**/*.spec.ts', '<rootDir>/test/**/*int.spec.ts'],
testTimeout: 90000,
// transform: {
// '^.+\\.(t|j)sx?$': ['@swc/jest'],
// },
verbose: true,
}