Init Jest

This commit is contained in:
Tangent 2023-08-06 02:38:22 -04:00
parent e9fbf137c7
commit 62df86acb4
2 changed files with 10 additions and 1 deletions

5
jest.config.js Normal file
View file

@ -0,0 +1,5 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
export default {
preset: "ts-jest/presets/default-esm",
testEnvironment: "node",
};