Files
FarmaFinder/backend/jest.config.js
Ichitux 93ec8e6a6c
All checks were successful
Run Tests / test-backend (push) Successful in 40s
Run Tests / test-frontend (push) Successful in 37s
Enable test cases for both apps
2026-04-01 01:58:43 +02:00

7 lines
147 B
JavaScript

export default {
testEnvironment: 'node',
transform: {},
moduleFileExtensions: ['js', 'json'],
testMatch: ['**/__tests__/**/*.test.js'],
}