Skip to content

Commit e126909

Browse files
MillerSvtlegobeat
andauthored
fix: remove use of goo.gl link shortener in generated snapshots (#15611)
Co-authored-by: legobt <[email protected]>
1 parent bd0b248 commit e126909

File tree

161 files changed

+163
-162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+163
-162
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

e2e/__tests__/__snapshots__/asyncAndCallback.test.ts.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[`errors when a test both returns a promise and takes a callback 1`] = `
44
"FAIL __tests__/promise-and-callback.test.js

e2e/__tests__/__snapshots__/beforeAllFiltered.ts.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[`Correct BeforeAll run ensures the BeforeAll of ignored suite is not run 1`] = `
44
" console.log

e2e/__tests__/__snapshots__/beforeEachQueue.ts.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[`Correct beforeEach order ensures the correct order for beforeEach 1`] = `
44
" console.log

e2e/__tests__/__snapshots__/callDoneTwice.test.ts.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[`\`done()\` should not be called more than once 1`] = `
44
"FAIL __tests__/index.test.js

e2e/__tests__/__snapshots__/chaiAssertionLibrary.ts.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[`chai assertion errors should display properly 1`] = `
44
"FAIL __tests__/chai_assertion.js

e2e/__tests__/__snapshots__/circusConcurrent.test.ts.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[`all passing runs the tests in the correct order 1`] = `
44
" console.log

e2e/__tests__/__snapshots__/circusDeclarationErrors.test.ts.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[`defining tests and hooks asynchronously throws 1`] = `
44
"FAIL __tests__/asyncDefinition.test.js

e2e/__tests__/__snapshots__/cliHandlesExactFilenames.test.ts.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 accepts exact file names if matchers matched 1`] = `
44
"PASS foo/bar.spec.js

e2e/__tests__/__snapshots__/complexItemsInErrors.ts.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[`handles errors with BigInt 1`] = `
44
"FAIL __tests__/test-1.js

0 commit comments

Comments
 (0)