These are definitely temporary tests, as testing the lcient API will become more difficult and require more infrastructure as real data starts entering the system.
7 lines
156 B
JavaScript
7 lines
156 B
JavaScript
/** @type {import('ts-jest').JestConfigWithTsJest} **/
|
|
module.exports = {
|
|
testEnvironment: "node",
|
|
transform: {
|
|
"^.+.tsx?$": ["ts-jest",{}],
|
|
},
|
|
}; |