1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2024-12-11 11:41:28 +02:00
factorio-sites/apps/blueprints/jest.config.js

11 lines
381 B
JavaScript
Raw Normal View History

2020-10-16 19:37:34 +02:00
module.exports = {
2021-03-20 23:31:48 +02:00
displayName: "blueprints",
preset: "../../jest.preset.js",
2020-10-16 19:37:34 +02:00
transform: {
2021-03-20 23:31:48 +02:00
"^(?!.*\\.(js|jsx|ts|tsx|css|json)$)": "@nrwl/react/plugins/jest",
"^.+\\.[tj]sx?$": ["babel-jest", { cwd: __dirname, configFile: "./babel-jest.config.json" }],
2020-10-16 19:37:34 +02:00
},
2021-03-20 23:31:48 +02:00
moduleFileExtensions: ["ts", "tsx", "js", "jsx"],
coverageDirectory: "../../coverage/apps/blueprints",
2020-10-16 19:37:34 +02:00
};