Add a Jest config

This commit is contained in:
hjonasson 2023-11-17 10:50:39 +13:00
parent e5b9a58158
commit e1590a004d
No known key found for this signature in database
GPG Key ID: 68D22124ADDEEB04
1 changed files with 5 additions and 0 deletions

5
jest.config.js Normal file
View File

@ -0,0 +1,5 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
};