fix: Revert "feat: bump minimum node version to 16 and add tests (#86)"

This reverts commit 8e2842b4a3.
This commit is contained in:
Samuel Attard
2023-11-09 11:08:16 -08:00
parent 8e2842b4a3
commit bb304ce10b
18 changed files with 1468 additions and 3627 deletions

View File

@@ -1,14 +0,0 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
transform: {
'.': [
'ts-jest',
{
tsconfig: 'tsconfig.jest.json'
}
]
},
globalSetup: './jest.setup.ts'
};