1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2025-03-04 15:51:24 +02:00
factorio-sites/apps/blueprints/jest.config.js

12 lines
434 B
JavaScript
Raw Normal View History

2020-10-16 19:37:34 +02:00
module.exports = {
2021-03-20 22:31:48 +01:00
displayName: "blueprints",
preset: "../../jest.preset.js",
2020-10-16 19:37:34 +02:00
transform: {
2021-03-20 22:31:48 +01: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 22:31:48 +01:00
moduleFileExtensions: ["ts", "tsx", "js", "jsx"],
coverageDirectory: "../../coverage/apps/blueprints",
snapshotSerializers: ["@emotion/jest/serializer"],
2020-10-16 19:37:34 +02:00
};