Skip to content

Commit

Permalink
chore: recreate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Dec 9, 2024
1 parent 8594423 commit e857201
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 5 deletions.
8 changes: 4 additions & 4 deletions jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,13 @@ const config = {
transform: {
'.(ts|tsx)$': 'ts-jest',
'.(js|jsx)$': 'babel-jest'
}
},

// An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
// transformIgnorePatterns: [
// "/node_modules/",
transformIgnorePatterns: [
"/node_modules/(?!uuid)/"
// "\\.pnp\\.[^\\/]+$"
// ],
],

// An array of regexp pattern strings that are matched against all modules before the module loader will automatically return a mock for them
// unmockedModulePathPatterns: undefined,
Expand Down
40 changes: 39 additions & 1 deletion test/__snapshots__/Storybook.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -29361,7 +29361,7 @@ exports[`Stories Snapshots Documentazione/Menu di navigazione/Navscroll Posizion
class="col-md-12 col-lg-4"
>
<nav
class="it-navscroll-wrapper it-bottom-navscroll it-left-side affix-top navbar navbar-expand-lg"
class="it-navscroll-wrapper it-bottom-navscroll it-right-side affix-top navbar navbar-expand-lg"
>
<div
class="container-fluid"
Expand Down Expand Up @@ -29799,6 +29799,25 @@ exports[`Stories Snapshots Documentazione/Menu di navigazione/Navscroll Posizion
<span
class="it-list"
/>
<div
class="custom-navbar-progressbar progress"
>
<div
class="progress-bar-label"
>
<span
class="visually-hidden"
/>
</div>
<div
aria-valuemax="100"
aria-valuemin="0"
aria-valuenow="0"
class="progress-bar"
role="progressbar"
style="width: 0%;"
/>
</div>
</button>
<div
class="navbar-collapsable collapse navbar-collapsable"
Expand Down Expand Up @@ -29865,6 +29884,25 @@ exports[`Stories Snapshots Documentazione/Menu di navigazione/Navscroll Posizion
<h3>
header
</h3>
<div
class="progress"
>
<div
class="progress-bar-label"
>
<span
class="visually-hidden"
/>
</div>
<div
aria-valuemax="100"
aria-valuemin="0"
aria-valuenow="0"
class="progress-bar"
role="progressbar"
style="width: 0%;"
/>
</div>
<ul
class="link-list"
>
Expand Down

0 comments on commit e857201

Please sign in to comment.