mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2024-12-11 11:41:28 +02:00
11 lines
381 B
JavaScript
Vendored
11 lines
381 B
JavaScript
Vendored
module.exports = {
|
|
displayName: "blueprints",
|
|
preset: "../../jest.preset.js",
|
|
transform: {
|
|
"^(?!.*\\.(js|jsx|ts|tsx|css|json)$)": "@nrwl/react/plugins/jest",
|
|
"^.+\\.[tj]sx?$": ["babel-jest", { cwd: __dirname, configFile: "./babel-jest.config.json" }],
|
|
},
|
|
moduleFileExtensions: ["ts", "tsx", "js", "jsx"],
|
|
coverageDirectory: "../../coverage/apps/blueprints",
|
|
};
|