4 Star 22 Fork 13

Gitee 极速下载/Vuetify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/vuetifyjs/vuetify
克隆/下载
jest.config.js 974 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kael 提交于 2022-10-22 02:15 . chore: enable linting in test files
module.exports = {
verbose: false,
testEnvironment: 'jsdom',
testEnvironmentOptions: {
customExportConditions: ['node', 'node-addons'],
},
roots: [
'<rootDir>/src',
],
setupFilesAfterEnv: [
'<rootDir>/test/index.ts',
],
moduleFileExtensions: [
'tsx',
'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: {
'.*\\.(j|t)sx?$': 'babel-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',
'**/__tests__/**/*.spec.tsx',
],
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/mirrors/Vuetify.git
git@gitee.com:mirrors/Vuetify.git
mirrors
Vuetify
Vuetify
master

搜索帮助