Merge pull request #860 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/jest-28.0.3

Bump jest from 27.5.1 to 28.0.3 in /src-ui and related packages
This commit is contained in:
shamoon 2022-05-02 01:29:43 -07:00 committed by GitHub
commit 79dbfce36f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8005 additions and 1362 deletions

9352
src-ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -45,14 +45,16 @@
"@types/node": "^17.0.30",
"codelyzer": "^6.0.2",
"concurrently": "7.1.0",
"jest": "27.5.1",
"jest": "28.0.3",
"jest-environment-jsdom": "^28.0.2",
"jest-preset-angular": "^12.0.0-next.1",
"ts-node": "~10.7.0",
"tslint": "~6.1.3",
"typescript": "~4.6.3",
"wait-on": "~6.0.1"
},
"optionalDependencies": {
"cypress": "~9.6.0",
"@cypress/schematic": "^1.6.0"
"@cypress/schematic": "^1.6.0",
"cypress": "~9.6.0"
}
}

View File

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