7 lines
215 B
JavaScript
7 lines
215 B
JavaScript
const defineJestConfig = require('@tarojs/test-utils-react/dist/jest.js').default
|
|
|
|
module.exports = defineJestConfig({
|
|
testEnvironment: 'jsdom',
|
|
testMatch: ['<rootDir>/__tests__/?(*.)+(spec|test).[jt]s?(x)']
|
|
})
|