Spaces:
Sleeping
Sleeping
| /** @type {import('jest').Config} */ | |
| module.exports = { | |
| testEnvironment: 'node', | |
| testMatch: ['**/server/__tests__/**/*.test.js'], | |
| }; | |
| /** @type {import('jest').Config} */ | |
| module.exports = { | |
| testEnvironment: 'node', | |
| testMatch: ['**/server/__tests__/**/*.test.js'], | |
| }; | |