Skip to content

Commit dc28dbc

Browse files
Bump jest and jest-watch-typeahead (#13907)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Durand <[email protected]>
1 parent 8da8844 commit dc28dbc

File tree

3 files changed

+957
-592
lines changed

3 files changed

+957
-592
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,11 @@
291291
"http-proxy": "^1.16.2",
292292
"intl": "^1.2.5",
293293
"intl-locales-supported": "^1.0.0",
294-
"jest": "^29.7.0",
294+
"jest": "^30.2.0",
295295
"jest-environment-jsdom": "^29.7.0",
296296
"jest-extended": "^5.0.3",
297297
"jest-json-schema": "^6.1.0",
298-
"jest-watch-typeahead": "^2.2.2",
298+
"jest-watch-typeahead": "^3.0.1",
299299
"mini-css-extract-plugin": "^2.9.4",
300300
"node-fetch": "^3.3.2",
301301
"node-mocks-http": "^1.17.2",

tests/pino-mozlog/__snapshots__/test_functional.js.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[`functional tests converts pino logs to mozlog 1`] = `
44
"{"EnvVersion":"2.0","Fields":{"msg":"Sentry reporting is disabled; Set config.sentryDsn to enable it."},"Hostname":"big","Logger":"amo","Pid":85547,"Severity":4,"Timestamp":1612950421902131000,"Type":"app.log","severity":400}

0 commit comments

Comments
 (0)