mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2025-01-09 14:45:40 +02:00
15 lines
355 B
JavaScript
Vendored
15 lines
355 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",
|
|
};
|