mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 19:26:31 -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-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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue