Add a Jest config
This commit is contained in:
parent
e5b9a58158
commit
e1590a004d
|
@ -0,0 +1,5 @@
|
|||
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
||||
module.exports = {
|
||||
preset: "ts-jest",
|
||||
testEnvironment: "node",
|
||||
};
|
Loading…
Reference in New Issue