mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-29 17:44:27 -05:00
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:
parent
92e3558bbc
commit
ee76d5886e
4 changed files with 480 additions and 369 deletions
|
@ -172,8 +172,8 @@
|
||||||
"eslint-plugin-prettier": "4.2.1",
|
"eslint-plugin-prettier": "4.2.1",
|
||||||
"eslint-plugin-promise": "6.0.1",
|
"eslint-plugin-promise": "6.0.1",
|
||||||
"eslint-plugin-testing-library": "5.6.0",
|
"eslint-plugin-testing-library": "5.6.0",
|
||||||
"jest": "28.1.3",
|
"jest": "29.0.1",
|
||||||
"jest-environment-jsdom": "28.1.3",
|
"jest-environment-jsdom": "29.0.1",
|
||||||
"prettier": "2.7.1",
|
"prettier": "2.7.1",
|
||||||
"react-test-renderer": "18.2.0",
|
"react-test-renderer": "18.2.0",
|
||||||
"ts-loader": "9.3.1",
|
"ts-loader": "9.3.1",
|
||||||
|
|
|
@ -20,10 +20,10 @@ describe('invert unified patch', () => {
|
||||||
e`)[0]
|
e`)[0]
|
||||||
const result = invertUnifiedPatch(parsedPatch)
|
const result = invertUnifiedPatch(parsedPatch)
|
||||||
expect(result).toMatchInlineSnapshot(`
|
expect(result).toMatchInlineSnapshot(`
|
||||||
Object {
|
{
|
||||||
"hunks": Array [
|
"hunks": [
|
||||||
Object {
|
{
|
||||||
"linedelimiters": Array [
|
"linedelimiters": [
|
||||||
"
|
"
|
||||||
",
|
",
|
||||||
"
|
"
|
||||||
|
@ -37,7 +37,7 @@ describe('invert unified patch', () => {
|
||||||
"
|
"
|
||||||
",
|
",
|
||||||
],
|
],
|
||||||
"lines": Array [
|
"lines": [
|
||||||
"+a",
|
"+a",
|
||||||
"+b",
|
"+b",
|
||||||
" c",
|
" c",
|
||||||
|
|
|
@ -19,7 +19,7 @@ exports[`AbcFrame renders a music sheet 2`] = `
|
||||||
style="overflow: hidden; height: 454.4200000000001px;"
|
style="overflow: hidden; height: 454.4200000000001px;"
|
||||||
>
|
>
|
||||||
<svg
|
<svg
|
||||||
aria-label="Sheet Music for \\"Speed the Plough\\""
|
aria-label="Sheet Music for "Speed the Plough""
|
||||||
fill="currentColor"
|
fill="currentColor"
|
||||||
height="454.4200000000001"
|
height="454.4200000000001"
|
||||||
role="img"
|
role="img"
|
||||||
|
@ -184,7 +184,7 @@ exports[`AbcFrame renders a music sheet 2`] = `
|
||||||
<text
|
<text
|
||||||
class=""
|
class=""
|
||||||
data-name="title"
|
data-name="title"
|
||||||
font-family="\\"Times New Roman\\""
|
font-family=""Times New Roman""
|
||||||
font-size="27"
|
font-size="27"
|
||||||
font-style="normal"
|
font-style="normal"
|
||||||
font-weight="normal"
|
font-weight="normal"
|
||||||
|
@ -203,7 +203,7 @@ exports[`AbcFrame renders a music sheet 2`] = `
|
||||||
<text
|
<text
|
||||||
class=""
|
class=""
|
||||||
data-name="composer"
|
data-name="composer"
|
||||||
font-family="\\"Times New Roman\\""
|
font-family=""Times New Roman""
|
||||||
font-size="19"
|
font-size="19"
|
||||||
font-style="italic"
|
font-style="italic"
|
||||||
font-weight="normal"
|
font-weight="normal"
|
||||||
|
|
Loading…
Reference in a new issue