1 Star 0 Fork 0

Seho/fack

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
jest.config.js 1.85 KB
一键复制 编辑 原始数据 按行查看 历史
Frank Fang 提交于 2019-05-26 14:52 . add test
module.exports = {
// automock: false,
// bail: 0,
// browser: false,
// cacheDirectory: "",
// clearMocks: false,
// collectCoverage: false,
// collectCoverageFrom: null,
// coverageDirectory: null,
// coveragePathIgnorePatterns: [
// "\\\\node_modules\\\\"
// ],
// coverageReporters: [
// "json",
// "text",
// "lcov",
// "clover"
// ],
// coverageThreshold: null,
// dependencyExtractor: null,
// errorOnDeprecated: false,
// forceCoverageMatch: [],
// globalSetup: null,
// globalTeardown: null,
// globals: {},
// moduleDirectories: [
// "node_modules"
// ],
// moduleFileExtensions: [
// "js",
// "json",
// "jsx",
// "ts",
// "tsx",
// "node"
// ],
// moduleNameMapper: {},
// modulePathIgnorePatterns: [],
// notify: false,
// notifyMode: "failure-change",
// preset: null,
// projects: null,
// reporters: undefined,
// resetMocks: false,
// resetModules: false,
// resolver: null,
// restoreMocks: false,
// rootDir: null,
// roots: [
// "<rootDir>"
// ],
// runner: "jest-runner",
// setupFiles: [],
// setupFilesAfterEnv: [],
// snapshotSerializers: [],
// The test environment that will be used for testing
testEnvironment: "node",
// testEnvironmentOptions: {},
// testLocationInResults: false,
testMatch: [
"**/__tests__/**/*.[jt]s?(x)",
"**/?(*.)+(spec|test).[tj]s?(x)"
],
// testPathIgnorePatterns: [
// "\\\\node_modules\\\\"
// ],
// testRegex: [],
// testResultsProcessor: null,
// testRunner: "jasmine2",
// testURL: "http://localhost",
// timers: "real",
// transform: null,
// transformIgnorePatterns: [
// "\\\\node_modules\\\\"
// ],
// unmockedModulePathPatterns: undefined,
// verbose: null,
// watchPathIgnorePatterns: [],
// watchman: true,
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yinzhuoei/fack.git
[email protected]:yinzhuoei/fack.git
yinzhuoei
fack
fack
master

搜索帮助