1 Star 0 Fork 0

kagami1/vuetify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
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',
],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kagami1/vuetify.git
git@gitee.com:kagami1/vuetify.git
kagami1
vuetify
vuetify
master

搜索帮助