Update jest monorepo to v29 (major) (#2321)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
renovate[bot] 2022-08-27 16:56:42 +02:00 committed by GitHub
parent 92e3558bbc
commit ee76d5886e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 480 additions and 369 deletions

View file

@ -172,8 +172,8 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.0.1",
"eslint-plugin-testing-library": "5.6.0",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"jest": "29.0.1",
"jest-environment-jsdom": "29.0.1",
"prettier": "2.7.1",
"react-test-renderer": "18.2.0",
"ts-loader": "9.3.1",

View file

@ -20,10 +20,10 @@ describe('invert unified patch', () => {
e`)[0]
const result = invertUnifiedPatch(parsedPatch)
expect(result).toMatchInlineSnapshot(`
Object {
"hunks": Array [
Object {
"linedelimiters": Array [
{
"hunks": [
{
"linedelimiters": [
"
",
"
@ -37,7 +37,7 @@ describe('invert unified patch', () => {
"
",
],
"lines": Array [
"lines": [
"+a",
"+b",
" c",

View file

@ -19,7 +19,7 @@ exports[`AbcFrame renders a music sheet 2`] = `
style="overflow: hidden; height: 454.4200000000001px;"
>
<svg
aria-label="Sheet Music for \\"Speed the Plough\\""
aria-label="Sheet Music for "Speed the Plough""
fill="currentColor"
height="454.4200000000001"
role="img"
@ -184,7 +184,7 @@ exports[`AbcFrame renders a music sheet 2`] = `
<text
class=""
data-name="title"
font-family="\\"Times New Roman\\""
font-family=""Times New Roman""
font-size="27"
font-style="normal"
font-weight="normal"
@ -203,7 +203,7 @@ exports[`AbcFrame renders a music sheet 2`] = `
<text
class=""
data-name="composer"
font-family="\\"Times New Roman\\""
font-family=""Times New Roman""
font-size="19"
font-style="italic"
font-weight="normal"

829
yarn.lock

File diff suppressed because it is too large Load diff