Skip to content

Commit 5d642e9

Browse files
Bump the jest group with 2 updates (#8742)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jeddy3 <jeddy3@users.noreply.github.com>
1 parent e4eac56 commit 5d642e9

12 files changed

Lines changed: 242 additions & 240 deletions

File tree

lib/__tests__/__snapshots__/cli.test.mjs.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`CLI --help 1`] = `
44
"

package-lock.json

Lines changed: 230 additions & 228 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
"devDependencies": {
174174
"@changesets/cli": "^2.29.6",
175175
"@changesets/get-github-info": "^0.6.0",
176-
"@jest/globals": "^30.0.5",
176+
"@jest/globals": "^30.1.2",
177177
"@stylelint/prettier-config": "^3.0.0",
178178
"@stylelint/remark-preset": "^5.1.1",
179179
"@types/balanced-match": "^1.0.4",
@@ -198,7 +198,7 @@
198198
"eslint-plugin-import": "^2.32.0",
199199
"eslint-plugin-jest": "^29.0.1",
200200
"husky": "^9.1.7",
201-
"jest": "^30.0.5",
201+
"jest": "^30.1.2",
202202
"jest-preset-stylelint": "^8.0.0",
203203
"jest-watch-typeahead": "^3.0.1",
204204
"lint-staged": "^16.1.5",

system-tests/001/__snapshots__/fs.test.mjs.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`fs - valid sanitize.css and their config 1`] = `
44
{

system-tests/001/__snapshots__/no-fs.test.mjs.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`no-fs - valid sanitize.css and their config 1`] = `
44
{

system-tests/002/__snapshots__/fs.test.mjs.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`fs - invalid twbs buttons and their config 1`] = `
44
{

system-tests/002/__snapshots__/no-fs.test.mjs.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`no-fs - invalid twbs buttons and their config 1`] = `
44
{

system-tests/003/__snapshots__/fs.test.mjs.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`fs - zen garden CSS with standard config 1`] = `
44
{

system-tests/003/__snapshots__/no-fs.test.mjs.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`no-fs - zen garden CSS with standard config 1`] = `
44
{

system-tests/004/__snapshots__/fs.test.mjs.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`fs - errored state for reportNeedlessDisables 1`] = `
44
{

0 commit comments

Comments
 (0)