fyk_loudspeaker_box/jest.config.js

7 lines
215 B
JavaScript
Raw Normal View History

2025-04-16 18:15:18 +08:00
const defineJestConfig = require('@tarojs/test-utils-react/dist/jest.js').default
module.exports = defineJestConfig({
testEnvironment: 'jsdom',
testMatch: ['<rootDir>/__tests__/?(*.)+(spec|test).[jt]s?(x)']
})