Ai
1 Star 0 Fork 0

liuwave/weapp-tailwindcss-webpack-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jest.config.ts 675 Bytes
一键复制 编辑 原始数据 按行查看 历史
sonofmagic 提交于 2023-06-10 21:09 +08:00 . test: add num start up class name cases
import type { JestConfigWithTsJest } from 'ts-jest/dist/types'
const config: JestConfigWithTsJest = {
preset: 'ts-jest',
testEnvironment: 'node',
clearMocks: true,
collectCoverage: true,
coverageDirectory: 'coverage',
coverageProvider: 'v8',
coveragePathIgnorePatterns: ['/node_modules/', '<rootDir>/dist/', '<rootDir>/test/'],
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1',
'^#test/(.*)$': '<rootDir>/test/$1'
},
modulePathIgnorePatterns: ['test/fixtures/*'],
setupFilesAfterEnv: ['./jest.setup.ts'],
testPathIgnorePatterns: ['/node_modules/', '/dist/', '/demo', '/test/vitest', '/test/rollup.test.ts', '/e2e']
}
export default config
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuwave/weapp-tailwindcss-webpack-plugin.git
git@gitee.com:liuwave/weapp-tailwindcss-webpack-plugin.git
liuwave
weapp-tailwindcss-webpack-plugin
weapp-tailwindcss-webpack-plugin
benchmark-v2

搜索帮助