Torjus Håkestad
8f9a8cd655
All checks were successful
Run tests / test (pull_request) Successful in 4m12s
5 lines
124 B
JavaScript
5 lines
124 B
JavaScript
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
|
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'jsdom',
|
|
}; |