index.ts 334 B

12345678
  1. // 测试工具导出
  2. export * from '../tests/__helpers__/taro-mocks'
  3. export * from '../tests/__helpers__/test-utils'
  4. export * from '../tests/__helpers__/env-setup'
  5. // 配置导出
  6. export { default as jestPreset } from '../tests/__config__/jest-preset'
  7. export { default as tsconfigTest } from '../tests/__config__/tsconfig.test.json'