Marc Cataford
0a2e11a67e
* build: devDependencies, yarn, node * build: typescript+ts-jest compatibility * ci: drop node@12, run on 14,16,18 * build: adjust linter * test: fix assumption based on node version
5 lines
No EOL
123 B
JavaScript
5 lines
No EOL
123 B
JavaScript
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
|
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
}; |