Skip to content

Commit

Permalink
Merge pull request #621 from dkelosky/avgo
Browse files Browse the repository at this point in the history
deps
  • Loading branch information
dkelosky authored Jul 30, 2024
2 parents e31cdf7 + 5a2e911 commit d2ded5d
Show file tree
Hide file tree
Showing 4 changed files with 1,801 additions and 1,470 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ exports[`TestSuite tests should create proper elements for simple failing tests
failed
</span>
<div
class="d2h-wrapper"
class="d2h-wrapper d2h-light-color-scheme"
>


Expand Down Expand Up @@ -2250,7 +2250,7 @@ exports[`TestSuite tests should create proper elements for simple failing tests
failed
</span>
<div
class="d2h-wrapper"
class="d2h-wrapper d2h-light-color-scheme"
>


Expand Down Expand Up @@ -3579,7 +3579,7 @@ exports[`TestSuite tests should create proper elements for two diffs in html 1`]
failed
</span>
<div
class="d2h-wrapper"
class="d2h-wrapper d2h-light-color-scheme"
>


Expand Down Expand Up @@ -4591,7 +4591,7 @@ exports[`TestSuite tests should create proper elements for two diffs in html 1`]
failed
</span>
<div
class="d2h-wrapper"
class="d2h-wrapper d2h-light-color-scheme"
>


Expand Down
8 changes: 4 additions & 4 deletions __tests__/render/tests/__snapshots__/Test.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -18363,7 +18363,7 @@ exports[`Test tests should create proper elements for simple failing tests 1`] =
failed
</span>
<div
class="d2h-wrapper"
class="d2h-wrapper d2h-light-color-scheme"
>


Expand Down Expand Up @@ -19236,7 +19236,7 @@ exports[`Test tests should create proper elements for simple failing tests 1`] =
failed
</span>
<div
class="d2h-wrapper"
class="d2h-wrapper d2h-light-color-scheme"
>


Expand Down Expand Up @@ -20317,7 +20317,7 @@ exports[`Test tests should create proper elements for two diffs in html 1`] = `
failed
</span>
<div
class="d2h-wrapper"
class="d2h-wrapper d2h-light-color-scheme"
>


Expand Down Expand Up @@ -21329,7 +21329,7 @@ exports[`Test tests should create proper elements for two diffs in html 1`] = `
failed
</span>
<div
class="d2h-wrapper"
class="d2h-wrapper d2h-light-color-scheme"
>


Expand Down
Loading

0 comments on commit d2ded5d

Please sign in to comment.