You've already forked factorio-sites
mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2026-06-21 02:17:14 +02:00
16 lines
382 B
JavaScript
Vendored
16 lines
382 B
JavaScript
Vendored
module.exports = {
|
|
displayName: "blueprint-image-function",
|
|
preset: "../../jest.preset.js",
|
|
globals: {
|
|
"ts-jest": {
|
|
tsconfig: "<rootDir>/tsconfig.spec.json",
|
|
},
|
|
},
|
|
transform: {
|
|
"^.+\\.[tj]s$": "ts-jest",
|
|
},
|
|
moduleFileExtensions: ["ts", "js", "html"],
|
|
coverageDirectory: "../../coverage/apps/blueprint-image-function",
|
|
testEnvironment: "node",
|
|
};
|