Files
sd-park-pass-map/jest.config.js
Aram Chia Sarafian a25c94093b Update Jest and tests
Move constants to separate file
Fix loop compatibility
2025-07-13 20:39:19 -07:00

6 lines
101 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
};