ministream-frontend/jest.config.js
Torjus Håkestad 8f9a8cd655
All checks were successful
Run tests / test (pull_request) Successful in 4m12s
Add some simple tests
2023-12-07 22:49:37 +01:00

5 lines
124 B
JavaScript

/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'jsdom',
};