Chore: Add some basic jest tests

This commit is contained in:
Mark Percival
2024-04-25 14:21:30 +00:00
parent a7be09e479
commit e8b8150b56
5 changed files with 3702 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};