1 Star 0 Fork 80

plating / cnchar

forked from theajack / cnchar 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
jest.config.js 1.29 KB
Copy Edit Raw Blame History
theajack authored 2022-04-06 11:13 . feat: 🚀 github workflow完成
module.exports = {
preset: 'ts-jest/presets/js-with-babel',
testEnvironment: 'jsdom',
// roots: ['./src/'],
// testEnvironment: 'jest-environment-jsdom-global',
testEnvironmentOptions: {
userAgent: 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1'
},
collectCoverage: true,
coverageDirectory: './coverage/',
// collectCoverageFrom: [
// 'packages/*/src/**/*.ts'],
verbose: false,
// testPathIgnorePatterns: ['<rootDir>/node_modules/', '<rootDir>/packages/simulator/'],
// coveragePathIgnorePatterns: ['<rootDir>/node_modules/', '<rootDir>/packages/simulator/'],
globals: {
__TEST__: true,
__VERSION__: require('./package.json').version,
ontouchstart: null
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'json'],
moduleNameMapper: {
'^cnchar$': '<rootDir>/src/cnchar/main',
'^cnchar-types$': '<rootDir>/src/cnchar-types',
'^@cnchar-plugin/(.*?)$': '<rootDir>/src/cnchar/plugin/$1',
'^testUtils$': '<rootDir>/helper/testUtils',
},
testRegex: 'src/cnchar/main/__tests__/(.*).spec.ts?$',
modulePathIgnorePatterns: [
'npm/packages/cnchar/package.json',
'./package.json'
],
};
TypeScript
1
https://gitee.com/plating/cnchar.git
git@gitee.com:plating/cnchar.git
plating
cnchar
cnchar
master

Search