1 Star 1 Fork 13

小宇哥/Vuetify

forked from Gitee 极速下载/Vuetify 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jest.config.js 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
verbose: false,
testEnvironment: 'jest-environment-jsdom-fourteen',
roots: [
'<rootDir>/src',
],
setupFilesAfterEnv: [
'<rootDir>/test/index.ts',
],
moduleFileExtensions: [
'ts',
'js',
],
moduleDirectories: [
'node_modules',
],
moduleNameMapper: {
'^@/test$': '<rootDir>/test/index.js',
'^@/test/(.*)$': '<rootDir>/test/$1',
'^@/(.*)$': '<rootDir>/src/$1',
'\\.(css|sass|scss)$': 'identity-obj-proxy',
},
transform: {
'\\.(styl)$': 'jest-css-modules',
'\\.(sass|scss)$': 'jest-css-modules',
'.*\\.(j|t)s$': 'ts-jest',
},
collectCoverageFrom: [
'src/**/*.{js,ts,tsx}',
'!**/*.d.ts',
],
transformIgnorePatterns: [
'node_modules/(?!vue-router)',
],
snapshotSerializers: [
'jest-serializer-html',
],
testMatch: [
// Default
'**/test/**/*.js',
'**/__tests__/**/*.spec.js',
'**/__tests__/**/*.spec.ts',
],
globals: {
'ts-jest': {
babelConfig: true,
tsConfig: '<rootDir>/tsconfig.test.json',
diagnostics: false,
},
},
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangcanyu/Vuetify.git
git@gitee.com:zhangcanyu/Vuetify.git
zhangcanyu
Vuetify
Vuetify
master

搜索帮助