setup-jest compatibility with v28

This commit is contained in:
shamoon 2022-05-02 01:02:28 -07:00
parent f23d10f000
commit e7f162e5e5

View File

@ -1,4 +1,4 @@
import 'jest-preset-angular/setup-jest' import { jest } from '@jest/globals'
/* global mocks for jsdom */ /* global mocks for jsdom */
const mock = () => { const mock = () => {
@ -26,5 +26,6 @@ Object.defineProperty(document.body.style, 'transform', {
}, },
}) })
/* output shorter and more meaningful Zone error stack traces */ HTMLCanvasElement.prototype.getContext = <
// Error.stackTraceLimit = 2 typeof HTMLCanvasElement.prototype.getContext
>jest.fn()