Skip to content

Commit

Permalink
Upgraded vitest to 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-17h committed Jan 25, 2025
1 parent ccc6cb1 commit ac8055c
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 115 deletions.
2 changes: 1 addition & 1 deletion packages/volto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
"ts-loader": "9.4.4",
"typescript": "^5.6.3",
"use-trace-update": "1.3.2",
"vitest": "^2.1.3",
"vitest": "^3.0.4",
"wait-on": "6.0.0",
"webpack": "5.90.1",
"webpack-bundle-analyzer": "4.10.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,22 +176,7 @@ exports[`renders a datetime widget component 1`] = `
</div>
<div
class="ui input time-input"
>
<span
class="rc-time-picker"
>
<input
class="rc-time-picker-input"
id="my-field-time"
placeholder="Time"
type="text"
value="12:00 AM"
/>
<span
class="rc-time-picker-icon"
/>
</span>
</div>
/>
<button
class="item ui noborder button"
type="button"
Expand Down
Loading

0 comments on commit ac8055c

Please sign in to comment.