UNPKG

112 BJavaScriptView Raw
1module.exports = {
2 preset: 'ts-jest',
3 reporters: ['jest-standard-reporter'],
4 testEnvironment: 'jsdom',
5};