jest.config.ts 214 B

123456
  1. const defineJestConfig = require('@tarojs/test-utils-react/dist/jest.js').default
  2. module.exports = defineJestConfig({
  3. testEnvironment: 'jsdom',
  4. testMatch: ['<rootDir>/__tests__/**/*.(spec|test).[jt]s?(x)']
  5. })