代码拉取完成,页面将自动刷新
module.exports = {
globals: {
"ts-jest": {
isolatedModules: true
}
},
//用作Jest配置基础的预设。预设应指向根目录为jest-preset.json或jest-preset.js文件的npm模块。
preset: 'ts-jest/presets/js-with-ts',
//测试环境
testEnvironment: 'jsdom',
// testRegex: 'packages/core/__tests__/.*\\.(test|spec)?\\.(ts|tsx)$',
testMatch: [
// '/packages/core/__tests__/.*\\.(test|spec)?\\.(ts|tsx)$',
// "**/__tests__/**/*.[jt]s?(x)",
"**/packages/*/__tests__/**/?(*.)+(spec|test).[jt]s?(x)"
],
//启动入口
setupFiles: [
// './tests/init.ts'
],
//覆盖率报告输出文件夹
coverageDirectory: './docs/testReport/',
//设置全局变量
// globals: {
// CC_DEV: true,
// CC_TEST: true,
// CC_PHYSICS_BUILTIN: true,
// 'ts-jest': {
// diagnostics: false
// }
// }
testPathIgnorePatterns: [
"/(node_modules|lib|coverage|types|jestTest)/"
]
};
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。