1 Star 0 Fork 824

gyc789123/uni-app

forked from DCloud/uni-app 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
jest.config.js 432 Bytes
Copy Edit Raw Blame History
fxy060608 authored 2020-01-09 12:59 . chore(jest): moduleNameMapper
module.exports = {
globals: {
__DEV__: true
},
coverageDirectory: 'coverage',
coverageReporters: ['html', 'lcov', 'text'],
collectCoverageFrom: ['packages/*/src/**/*.js'],
moduleFileExtensions: ['js', 'json'],
moduleNameMapper: {
'^@dcloudio/(.*?)$': '<rootDir>/packages/$1'
},
rootDir: __dirname,
testMatch: ['<rootDir>/packages/**/__tests__/**/*spec.(t|j)s']
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/gyc789123/uni-app.git
git@gitee.com:gyc789123/uni-app.git
gyc789123
uni-app
uni-app
master

Search

0d507c66 1850385 C8b1a773 1850385