Skip to content

Commit

Permalink
fix: update setupTest.js
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed May 29, 2023
1 parent 5f7d76f commit 2a78f67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/jest/setupTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ global.PARAGON = {
},
variants: {
light: {
filePath: 'light.min.css',
fileName: 'light.min.css',
default: true,
dark: false,
},
Expand Down
8 changes: 5 additions & 3 deletions example/src/__snapshots__/App.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,12 @@ exports[`Basic test should render 1`] = `
</li>
<li>
<a
href="/undefined"
href="/light.min.css"
rel="noopener noreferrer"
target="_blank"
/>
>
light.min.css
</a>
</li>
</ul>
<h3>
Expand All @@ -144,7 +146,7 @@ exports[`Basic test should render 1`] = `
},
"variants": {
"light": {
"filePath": "light.min.css",
"fileName": "light.min.css",
"default": true,
"dark": false
}
Expand Down

0 comments on commit 2a78f67

Please sign in to comment.