mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 11:10:42 +00:00
7 lines
212 B
TypeScript
7 lines
212 B
TypeScript
module.exports = {
|
|
transform: { "^.+\\.ts?$": "ts-jest" },
|
|
testEnvironment: "node",
|
|
testRegex: "/tests/.*\\.(test|spec)?\\.(ts|tsx)$",
|
|
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
|
|
};
|