trident-beta
Version:
trident is a sample and lightly tools aims to improve collaboration efficiency between SDET and QA based on initiative from Einstein/TestIT.
18 lines (17 loc) • 426 B
JavaScript
module.exports = {
roots: [''],
transform: {
'^.+\\.tsx?$': 'ts-jest'
},
testRegex: '(/test/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$',
modulePathIgnorePatterns: [
"fixtures",
"setup",
"jupiter-analysis"
],
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
testURL: "http://localhost/",
testEnvironment: "node",
rootDir: "",
setupTestFrameworkScriptFile: "./test/setup.js"
};