Init Jest
This commit is contained in:
parent
e9fbf137c7
commit
62df86acb4
2 changed files with 10 additions and 1 deletions
5
jest.config.js
Normal file
5
jest.config.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
||||
export default {
|
||||
preset: "ts-jest/presets/default-esm",
|
||||
testEnvironment: "node",
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue