From 62dcc9cee4ac924f03f6408dc723d1efed6335c6 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Sun, 1 May 2022 15:18:30 -0400 Subject: [PATCH 01/18] switch to @cspotcode/source-map-support --- packages/jest-runner/package.json | 3 +-- packages/jest-runner/src/runTest.ts | 6 ++--- yarn.lock | 41 ++++++++++++++--------------- 3 files changed, 24 insertions(+), 26 deletions(-) diff --git a/packages/jest-runner/package.json b/packages/jest-runner/package.json index 43ea83e7f99e..7896cff24f2c 100644 --- a/packages/jest-runner/package.json +++ b/packages/jest-runner/package.json @@ -17,6 +17,7 @@ "./package.json": "./package.json" }, "dependencies": { + "@cspotcode/source-map-support": "0.8.0", "@jest/console": "^28.0.2", "@jest/environment": "^28.0.2", "@jest/test-result": "^28.0.2", @@ -36,14 +37,12 @@ "jest-util": "^28.0.2", "jest-watcher": "^28.0.2", "jest-worker": "^28.0.2", - "source-map-support": "0.5.13", "throat": "^6.0.1" }, "devDependencies": { "@tsd/typescript": "~4.6.2", "@types/exit": "^0.1.30", "@types/graceful-fs": "^4.1.3", - "@types/source-map-support": "^0.5.0", "jest-jasmine2": "^28.0.3", "tsd-lite": "^0.5.1" }, diff --git a/packages/jest-runner/src/runTest.ts b/packages/jest-runner/src/runTest.ts index f6e0d40848cc..f0f1b9fd07f8 100644 --- a/packages/jest-runner/src/runTest.ts +++ b/packages/jest-runner/src/runTest.ts @@ -8,7 +8,7 @@ import chalk = require('chalk'); import * as fs from 'graceful-fs'; -import sourcemapSupport = require('source-map-support'); +import sourcemapSupport = require('@cspotcode/source-map-support'); import { BufferedConsole, CustomConsole, @@ -234,8 +234,8 @@ async function runTestInternal( // For tests runtime - .requireInternalModule( - require.resolve('source-map-support'), + .requireInternalModule( + require.resolve('@cspotcode/source-map-support'), ) .install(sourcemapOptions); diff --git a/yarn.lock b/yarn.lock index 9697812d48a6..b932bc9b3d96 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1883,6 +1883,15 @@ __metadata: languageName: node linkType: hard +"@cspotcode/source-map-support@npm:0.8.0": + version: 0.8.0 + resolution: "@cspotcode/source-map-support@npm:0.8.0" + dependencies: + "@jridgewell/trace-mapping": 0.3.9 + checksum: 4e4585361d3e8c7512f660496119e34e9fe048af32c82937726cc352a85fcac825819cddd8dd392cd3fcc463f25516493ae2c7b11b16ee8731c7880e2bf1c2b1 + languageName: node + linkType: hard + "@docsearch/css@npm:3.0.0": version: 3.0.0 resolution: "@docsearch/css@npm:3.0.0" @@ -2943,6 +2952,16 @@ __metadata: languageName: node linkType: hard +"@jridgewell/trace-mapping@npm:0.3.9": + version: 0.3.9 + resolution: "@jridgewell/trace-mapping@npm:0.3.9" + dependencies: + "@jridgewell/resolve-uri": ^3.0.3 + "@jridgewell/sourcemap-codec": ^1.4.10 + checksum: d89597752fd88d3f3480845691a05a44bd21faac18e2185b6f436c3b0fd0c5a859fbbd9aaa92050c4052caf325ad3e10e2e1d1b64327517471b7d51babc0ddef + languageName: node + linkType: hard + "@jridgewell/trace-mapping@npm:^0.3.0, @jridgewell/trace-mapping@npm:^0.3.7": version: 0.3.7 resolution: "@jridgewell/trace-mapping@npm:0.3.7" @@ -5450,15 +5469,6 @@ __metadata: languageName: node linkType: hard -"@types/source-map-support@npm:^0.5.0": - version: 0.5.4 - resolution: "@types/source-map-support@npm:0.5.4" - dependencies: - source-map: ^0.6.0 - checksum: 160ff77e8a101b18d9915cb5320fd73d484679aef8518ce007b9b5988e333631778730196c4bb15517ff881bee805663fd8640c0ce2ebfab65f061103c452369 - languageName: node - linkType: hard - "@types/stack-utils@npm:^2.0.0": version: 2.0.1 resolution: "@types/stack-utils@npm:2.0.1" @@ -13449,6 +13459,7 @@ __metadata: version: 0.0.0-use.local resolution: "jest-runner@workspace:packages/jest-runner" dependencies: + "@cspotcode/source-map-support": 0.8.0 "@jest/console": ^28.0.2 "@jest/environment": ^28.0.2 "@jest/test-result": ^28.0.2 @@ -13458,7 +13469,6 @@ __metadata: "@types/exit": ^0.1.30 "@types/graceful-fs": ^4.1.3 "@types/node": "*" - "@types/source-map-support": ^0.5.0 chalk: ^4.0.0 emittery: ^0.10.2 graceful-fs: ^4.2.9 @@ -13473,7 +13483,6 @@ __metadata: jest-util: ^28.0.2 jest-watcher: ^28.0.2 jest-worker: ^28.0.2 - source-map-support: 0.5.13 throat: ^6.0.1 tsd-lite: ^0.5.1 languageName: unknown @@ -20242,16 +20251,6 @@ __metadata: languageName: node linkType: hard -"source-map-support@npm:0.5.13": - version: 0.5.13 - resolution: "source-map-support@npm:0.5.13" - dependencies: - buffer-from: ^1.0.0 - source-map: ^0.6.0 - checksum: 933550047b6c1a2328599a21d8b7666507427c0f5ef5eaadd56b5da0fd9505e239053c66fe181bf1df469a3b7af9d775778eee283cbb7ae16b902ddc09e93a97 - languageName: node - linkType: hard - "source-map-support@npm:^0.5.16, source-map-support@npm:~0.5.20": version: 0.5.21 resolution: "source-map-support@npm:0.5.21" From 92bf4a407ad066f4b47abb89965accadd13b5d31 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Sun, 1 May 2022 16:47:21 -0400 Subject: [PATCH 02/18] dedupe deps; fix lint --- packages/jest-runner/src/runTest.ts | 2 +- yarn.lock | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/packages/jest-runner/src/runTest.ts b/packages/jest-runner/src/runTest.ts index f0f1b9fd07f8..ffc470ede608 100644 --- a/packages/jest-runner/src/runTest.ts +++ b/packages/jest-runner/src/runTest.ts @@ -6,9 +6,9 @@ * */ +import sourcemapSupport = require('@cspotcode/source-map-support'); import chalk = require('chalk'); import * as fs from 'graceful-fs'; -import sourcemapSupport = require('@cspotcode/source-map-support'); import { BufferedConsole, CustomConsole, diff --git a/yarn.lock b/yarn.lock index b932bc9b3d96..2d53a40abf1e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2952,7 +2952,7 @@ __metadata: languageName: node linkType: hard -"@jridgewell/trace-mapping@npm:0.3.9": +"@jridgewell/trace-mapping@npm:0.3.9, @jridgewell/trace-mapping@npm:^0.3.0, @jridgewell/trace-mapping@npm:^0.3.7": version: 0.3.9 resolution: "@jridgewell/trace-mapping@npm:0.3.9" dependencies: @@ -2962,16 +2962,6 @@ __metadata: languageName: node linkType: hard -"@jridgewell/trace-mapping@npm:^0.3.0, @jridgewell/trace-mapping@npm:^0.3.7": - version: 0.3.7 - resolution: "@jridgewell/trace-mapping@npm:0.3.7" - dependencies: - "@jridgewell/resolve-uri": ^3.0.3 - "@jridgewell/sourcemap-codec": ^1.4.10 - checksum: c08f5344568e1396fc377c95054b126620380a87e8992d77526f73b9627e56930a1a76ee95d31266d388ed052f6f97c64911c2aa49283d37547f51c342dfc9b8 - languageName: node - linkType: hard - "@leichtgewicht/ip-codec@npm:^2.0.1": version: 2.0.3 resolution: "@leichtgewicht/ip-codec@npm:2.0.3" From a553cc1821f8749df4e7b499c55b019ccc56e2a9 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Thu, 7 Nov 2019 22:23:00 +0100 Subject: [PATCH 03/18] chore: update source-map-support --- packages/jest-runner/package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/jest-runner/package.json b/packages/jest-runner/package.json index 43ea83e7f99e..15a1cac1f0c9 100644 --- a/packages/jest-runner/package.json +++ b/packages/jest-runner/package.json @@ -36,7 +36,7 @@ "jest-util": "^28.0.2", "jest-watcher": "^28.0.2", "jest-worker": "^28.0.2", - "source-map-support": "0.5.13", + "source-map-support": "0.5.14", "throat": "^6.0.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 9697812d48a6..e164bd6e6374 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13473,7 +13473,7 @@ __metadata: jest-util: ^28.0.2 jest-watcher: ^28.0.2 jest-worker: ^28.0.2 - source-map-support: 0.5.13 + source-map-support: 0.5.14 throat: ^6.0.1 tsd-lite: ^0.5.1 languageName: unknown @@ -20242,13 +20242,13 @@ __metadata: languageName: node linkType: hard -"source-map-support@npm:0.5.13": - version: 0.5.13 - resolution: "source-map-support@npm:0.5.13" +"source-map-support@npm:0.5.14": + version: 0.5.14 + resolution: "source-map-support@npm:0.5.14" dependencies: buffer-from: ^1.0.0 source-map: ^0.6.0 - checksum: 933550047b6c1a2328599a21d8b7666507427c0f5ef5eaadd56b5da0fd9505e239053c66fe181bf1df469a3b7af9d775778eee283cbb7ae16b902ddc09e93a97 + checksum: 34fc39c7bb2a642a2a74e3ebb920b18e275b74d0f0dff49beb53331e3df524defb2fda675637bd32f9ee7d2d050d28f84d38d4337d519a51f9316df955822c50 languageName: node linkType: hard From a43bb34bd32a45c5375741674b582e20ac3cdd1c Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Fri, 8 Nov 2019 17:38:29 +0100 Subject: [PATCH 04/18] update some snaps --- .../customMatcherStackTrace.test.ts.snap | 14 +++++++------- .../src/__tests__/__snapshots__/watch.test.js.snap | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/e2e/__tests__/__snapshots__/customMatcherStackTrace.test.ts.snap b/e2e/__tests__/__snapshots__/customMatcherStackTrace.test.ts.snap index 563d3d74599e..0abe52f61af6 100644 --- a/e2e/__tests__/__snapshots__/customMatcherStackTrace.test.ts.snap +++ b/e2e/__tests__/__snapshots__/customMatcherStackTrace.test.ts.snap @@ -16,7 +16,7 @@ exports[`custom async matchers 1`] = ` 13 | function toThrowCustomAsyncMatcherError() { 14 | const message = () => - at Object.toThrowCustomAsyncMatcherError (__tests__/asynchronous.test.js:11:16)" + at Object. (__tests__/asynchronous.test.js:11:16)" `; exports[`works with custom matchers 1`] = ` @@ -38,10 +38,10 @@ exports[`works with custom matchers 1`] = ` 47 | 48 | // This expecation fails due to an error we throw (intentionally) - at Error (__tests__/sync.test.js:45:13) - at baz (__tests__/sync.test.js:43:23) - at bar (__tests__/sync.test.js:42:23) - at foo (__tests__/sync.test.js:52:7) - at Object.callback (__tests__/sync.test.js:11:18) - at Object.toCustomMatch (__tests__/sync.test.js:53:8)" + at baz (__tests__/sync.test.js:45:13) + at bar (__tests__/sync.test.js:43:23) + at foo (__tests__/sync.test.js:42:23) + at callback (__tests__/sync.test.js:52:7) + at Object.toCustomMatch (__tests__/sync.test.js:11:18) + at Object. (__tests__/sync.test.js:53:8)" `; diff --git a/packages/jest-core/src/__tests__/__snapshots__/watch.test.js.snap b/packages/jest-core/src/__tests__/__snapshots__/watch.test.js.snap index b6718ce48fd7..ec0787f9362a 100644 --- a/packages/jest-core/src/__tests__/__snapshots__/watch.test.js.snap +++ b/packages/jest-core/src/__tests__/__snapshots__/watch.test.js.snap @@ -57,7 +57,7 @@ exports[`Watch mode flows makes watch plugin initialization errors look nice 1`] initialization error - at Object. (__fixtures__/watchPluginThrows.js:8:7) + at Object._shouldMockModuleCache (__fixtures__/watchPluginThrows.js:8:7) ] `; From 6aa5554cf86c8bbcddd81da8e6ecb935d3bc16cb Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Fri, 8 Nov 2019 18:05:35 +0100 Subject: [PATCH 05/18] bump to latest --- packages/jest-runner/package.json | 2 +- yarn.lock | 14 ++------------ 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/packages/jest-runner/package.json b/packages/jest-runner/package.json index 15a1cac1f0c9..3a2d46c8f70d 100644 --- a/packages/jest-runner/package.json +++ b/packages/jest-runner/package.json @@ -36,7 +36,7 @@ "jest-util": "^28.0.2", "jest-watcher": "^28.0.2", "jest-worker": "^28.0.2", - "source-map-support": "0.5.14", + "source-map-support": "^0.5.21", "throat": "^6.0.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index e164bd6e6374..cfcf94bb93f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13473,7 +13473,7 @@ __metadata: jest-util: ^28.0.2 jest-watcher: ^28.0.2 jest-worker: ^28.0.2 - source-map-support: 0.5.14 + source-map-support: ^0.5.21 throat: ^6.0.1 tsd-lite: ^0.5.1 languageName: unknown @@ -20242,17 +20242,7 @@ __metadata: languageName: node linkType: hard -"source-map-support@npm:0.5.14": - version: 0.5.14 - resolution: "source-map-support@npm:0.5.14" - dependencies: - buffer-from: ^1.0.0 - source-map: ^0.6.0 - checksum: 34fc39c7bb2a642a2a74e3ebb920b18e275b74d0f0dff49beb53331e3df524defb2fda675637bd32f9ee7d2d050d28f84d38d4337d519a51f9316df955822c50 - languageName: node - linkType: hard - -"source-map-support@npm:^0.5.16, source-map-support@npm:~0.5.20": +"source-map-support@npm:^0.5.16, source-map-support@npm:^0.5.21, source-map-support@npm:~0.5.20": version: 0.5.21 resolution: "source-map-support@npm:0.5.21" dependencies: From c3b1c7fc357bee551b0746d740d9f1878516836f Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 2 May 2022 08:29:23 +0200 Subject: [PATCH 06/18] update snaps --- .../asyncAndCallback.test.ts.snap | 6 +- .../__snapshots__/beforeAllFiltered.ts.snap | 10 +-- .../__snapshots__/callDoneTwice.test.ts.snap | 12 +-- .../chaiAssertionLibrary.ts.snap | 6 +- .../circusDeclarationErrors.test.ts.snap | 8 +- .../__snapshots__/console.test.ts.snap | 32 ++++---- .../consoleDebugging.test.ts.snap | 2 +- .../coverageProviderV8.test.ts.snap | 4 +- .../customInlineSnapshotMatchers.test.ts.snap | 10 +-- .../declarationErrors.test.ts.snap | 4 +- .../__snapshots__/detectOpenHandles.ts.snap | 10 +-- .../__snapshots__/domDiffing.test.ts.snap | 4 +- e2e/__tests__/__snapshots__/each.test.ts.snap | 26 +++--- .../emptyDescribeWithHooks.test.ts.snap | 24 +++--- .../expectAsyncMatcher.test.ts.snap | 8 +- .../__snapshots__/failures.test.ts.snap | 82 +++++++++---------- .../__snapshots__/globals.test.ts.snap | 8 +- .../__snapshots__/jest.config.js.test.ts.snap | 2 +- .../moduleNameMapper.test.ts.snap | 4 +- .../nestedTestDefinitions.test.ts.snap | 4 +- .../__snapshots__/processExit.test.ts.snap | 2 +- .../resolveNoFileExtensions.test.ts.snap | 2 +- .../__snapshots__/testRetries.test.ts.snap | 4 +- .../__snapshots__/testTodo.test.ts.snap | 8 +- .../watchModeOnlyFailed.test.ts.snap | 4 +- .../watchModeUpdateSnapshot.test.ts.snap | 2 +- .../__snapshots__/wrongEnv.test.ts.snap | 10 +-- .../__tests__/console-debugging.test.js | 2 +- .../src/__tests__/runtime_environment.test.js | 2 +- 29 files changed, 151 insertions(+), 151 deletions(-) diff --git a/e2e/__tests__/__snapshots__/asyncAndCallback.test.ts.snap b/e2e/__tests__/__snapshots__/asyncAndCallback.test.ts.snap index 5fbda79530a2..b4b48016bb8a 100644 --- a/e2e/__tests__/__snapshots__/asyncAndCallback.test.ts.snap +++ b/e2e/__tests__/__snapshots__/asyncAndCallback.test.ts.snap @@ -19,7 +19,7 @@ exports[`errors when a test both returns a promise and takes a callback 1`] = ` 12 | 13 | return Promise.resolve(); - at Object.it (__tests__/promise-and-callback.test.js:10:1) + at Object. (__tests__/promise-and-callback.test.js:10:1) ● async test with callback @@ -34,7 +34,7 @@ exports[`errors when a test both returns a promise and takes a callback 1`] = ` 18 | }); 19 | - at Object.it (__tests__/promise-and-callback.test.js:16:1) + at Object. (__tests__/promise-and-callback.test.js:16:1) ● test done before return value @@ -49,5 +49,5 @@ exports[`errors when a test both returns a promise and takes a callback 1`] = ` 22 | 23 | return 'foobar'; - at Object.it (__tests__/promise-and-callback.test.js:20:1)" + at Object. (__tests__/promise-and-callback.test.js:20:1)" `; diff --git a/e2e/__tests__/__snapshots__/beforeAllFiltered.ts.snap b/e2e/__tests__/__snapshots__/beforeAllFiltered.ts.snap index f77440c7da5c..9faadcf6e865 100644 --- a/e2e/__tests__/__snapshots__/beforeAllFiltered.ts.snap +++ b/e2e/__tests__/__snapshots__/beforeAllFiltered.ts.snap @@ -4,26 +4,26 @@ exports[`Correct BeforeAll run ensures the BeforeAll of ignored suite is not run " console.log beforeAll 1 - at log (__tests__/beforeAllFiltered.test.js:10:13) + at Object. (__tests__/beforeAllFiltered.test.js:10:13) console.log beforeEach 1 - at log (__tests__/beforeAllFiltered.test.js:13:13) + at Object. (__tests__/beforeAllFiltered.test.js:13:13) console.log It Foo - at log (__tests__/beforeAllFiltered.test.js:22:13) + at Object. (__tests__/beforeAllFiltered.test.js:22:13) console.log afterEach 1 - at log (__tests__/beforeAllFiltered.test.js:16:13) + at Object. (__tests__/beforeAllFiltered.test.js:16:13) console.log afterAll 1 - at log (__tests__/beforeAllFiltered.test.js:19:13) + at Object. (__tests__/beforeAllFiltered.test.js:19:13) " `; diff --git a/e2e/__tests__/__snapshots__/callDoneTwice.test.ts.snap b/e2e/__tests__/__snapshots__/callDoneTwice.test.ts.snap index b735f4d03853..5bec3a05ae15 100644 --- a/e2e/__tests__/__snapshots__/callDoneTwice.test.ts.snap +++ b/e2e/__tests__/__snapshots__/callDoneTwice.test.ts.snap @@ -14,7 +14,7 @@ exports[`\`done()\` should not be called more than once 1`] = ` 12 | 13 | it('should fail inside a promise', done => { - at Object.done (__tests__/index.test.js:10:5) + at Object. (__tests__/index.test.js:10:5) ● \`done()\` called more than once › should fail inside a promise @@ -28,7 +28,7 @@ exports[`\`done()\` should not be called more than once 1`] = ` 19 | .catch(err => err); 20 | }); - at done (__tests__/index.test.js:17:9) + at __tests__/index.test.js:17:9 ● multiple \`done()\` inside beforeEach › should fail @@ -42,7 +42,7 @@ exports[`\`done()\` should not be called more than once 1`] = ` 28 | 29 | it('should fail', () => { - at Object.done (__tests__/index.test.js:26:5) + at Object. (__tests__/index.test.js:26:5) ● multiple \`done()\` inside afterEach › should fail @@ -56,7 +56,7 @@ exports[`\`done()\` should not be called more than once 1`] = ` 39 | 40 | it('should fail', () => { - at Object.done (__tests__/index.test.js:37:5) + at Object. (__tests__/index.test.js:37:5) ● multiple \`done()\` inside beforeAll › should fail @@ -70,7 +70,7 @@ exports[`\`done()\` should not be called more than once 1`] = ` 50 | 51 | it('should fail', () => { - at Object.done (__tests__/index.test.js:48:5) + at Object. (__tests__/index.test.js:48:5) ● Test suite failed to run @@ -85,5 +85,5 @@ exports[`\`done()\` should not be called more than once 1`] = ` 61 | 62 | it('should fail', () => { - at Object.done (__tests__/index.test.js:59:5)" + at Object. (__tests__/index.test.js:59:5)" `; diff --git a/e2e/__tests__/__snapshots__/chaiAssertionLibrary.ts.snap b/e2e/__tests__/__snapshots__/chaiAssertionLibrary.ts.snap index 922938b4a50d..08b3999893bb 100644 --- a/e2e/__tests__/__snapshots__/chaiAssertionLibrary.ts.snap +++ b/e2e/__tests__/__snapshots__/chaiAssertionLibrary.ts.snap @@ -30,7 +30,7 @@ exports[`chai assertion errors should display properly 1`] = ` 15 | 16 | it('should', () => { - at Object.equal (__tests__/chai_assertion.js:13:35) + at Object. (__tests__/chai_assertion.js:13:35) ● chai.js assertion library test › should @@ -60,7 +60,7 @@ exports[`chai assertion errors should display properly 1`] = ` 22 | 23 | it('assert', () => { - at Object.equal (__tests__/chai_assertion.js:20:25) + at Object. (__tests__/chai_assertion.js:20:25) ● chai.js assertion library test › assert @@ -90,5 +90,5 @@ exports[`chai assertion errors should display properly 1`] = ` 26 | }); 27 | - at Object.strictEqual (__tests__/chai_assertion.js:24:17)" + at Object. (__tests__/chai_assertion.js:24:17)" `; diff --git a/e2e/__tests__/__snapshots__/circusDeclarationErrors.test.ts.snap b/e2e/__tests__/__snapshots__/circusDeclarationErrors.test.ts.snap index fb8e6dd705be..d77784a91196 100644 --- a/e2e/__tests__/__snapshots__/circusDeclarationErrors.test.ts.snap +++ b/e2e/__tests__/__snapshots__/circusDeclarationErrors.test.ts.snap @@ -17,7 +17,7 @@ exports[`defining tests and hooks asynchronously throws 1`] = ` 15 | }); at eventHandler (../../packages/jest-circus/build/eventHandler.js:145:11) - at test (__tests__/asyncDefinition.test.js:12:5) + at __tests__/asyncDefinition.test.js:12:5 ● Test suite failed to run @@ -32,7 +32,7 @@ exports[`defining tests and hooks asynchronously throws 1`] = ` 16 | at eventHandler (../../packages/jest-circus/build/eventHandler.js:113:11) - at afterAll (__tests__/asyncDefinition.test.js:13:5) + at __tests__/asyncDefinition.test.js:13:5 ● Test suite failed to run @@ -47,7 +47,7 @@ exports[`defining tests and hooks asynchronously throws 1`] = ` 21 | at eventHandler (../../packages/jest-circus/build/eventHandler.js:145:11) - at test (__tests__/asyncDefinition.test.js:18:3) + at __tests__/asyncDefinition.test.js:18:3 ● Test suite failed to run @@ -61,5 +61,5 @@ exports[`defining tests and hooks asynchronously throws 1`] = ` 21 | at eventHandler (../../packages/jest-circus/build/eventHandler.js:113:11) - at afterAll (__tests__/asyncDefinition.test.js:19:3)" + at __tests__/asyncDefinition.test.js:19:3" `; diff --git a/e2e/__tests__/__snapshots__/console.test.ts.snap b/e2e/__tests__/__snapshots__/console.test.ts.snap index 849933bd86c4..07a5a6e19c74 100644 --- a/e2e/__tests__/__snapshots__/console.test.ts.snap +++ b/e2e/__tests__/__snapshots__/console.test.ts.snap @@ -7,12 +7,12 @@ exports[`console printing 1`] = ` console.log This is a log message. - at Object.log (__tests__/console.test.js:10:11) + at Object. (__tests__/console.test.js:10:11) console.info This is an info message. - at Object.info (__tests__/console.test.js:12:11) + at Object. (__tests__/console.test.js:12:11) console.warn This is a warning message. @@ -25,7 +25,7 @@ exports[`console printing 1`] = ` 16 | console.error('This is an error message.'); 17 | }); - at Object.warn (__tests__/console.test.js:14:11) + at Object. (__tests__/console.test.js:14:11) console.error This is an error message. @@ -37,7 +37,7 @@ exports[`console printing 1`] = ` 17 | }); 18 | - at Object.error (__tests__/console.test.js:16:11)" + at Object. (__tests__/console.test.js:16:11)" `; exports[`console printing 2`] = ` @@ -52,12 +52,12 @@ exports[`console printing with --verbose 1`] = ` " console.log This is a log message. - at Object.log (__tests__/console.test.js:10:11) + at Object. (__tests__/console.test.js:10:11) console.info This is an info message. - at Object.info (__tests__/console.test.js:12:11) + at Object. (__tests__/console.test.js:12:11) console.warn This is a warning message. @@ -70,7 +70,7 @@ exports[`console printing with --verbose 1`] = ` 16 | console.error('This is an error message.'); 17 | }); - at Object.warn (__tests__/console.test.js:14:11) + at Object. (__tests__/console.test.js:14:11) console.error This is an error message. @@ -82,7 +82,7 @@ exports[`console printing with --verbose 1`] = ` 17 | }); 18 | - at Object.error (__tests__/console.test.js:16:11) + at Object. (__tests__/console.test.js:16:11) " `; @@ -149,22 +149,22 @@ exports[`respects --noStackTrace 1`] = ` " console.log This is a log message. - at Object.log (__tests__/console.test.js:10:11) + at Object. (__tests__/console.test.js:10:11) console.info This is an info message. - at Object.info (__tests__/console.test.js:12:11) + at Object. (__tests__/console.test.js:12:11) console.warn This is a warning message. - at Object.warn (__tests__/console.test.js:14:11) + at Object. (__tests__/console.test.js:14:11) console.error This is an error message. - at Object.error (__tests__/console.test.js:16:11) + at Object. (__tests__/console.test.js:16:11) " `; @@ -185,22 +185,22 @@ exports[`respects noStackTrace in config 1`] = ` " console.log This is a log message. - at Object.log (__tests__/console.test.js:10:11) + at Object. (__tests__/console.test.js:10:11) console.info This is an info message. - at Object.info (__tests__/console.test.js:12:11) + at Object. (__tests__/console.test.js:12:11) console.warn This is a warning message. - at Object.warn (__tests__/console.test.js:14:11) + at Object. (__tests__/console.test.js:14:11) console.error This is an error message. - at Object.error (__tests__/console.test.js:16:11) + at Object. (__tests__/console.test.js:16:11) " `; diff --git a/e2e/__tests__/__snapshots__/consoleDebugging.test.ts.snap b/e2e/__tests__/__snapshots__/consoleDebugging.test.ts.snap index 4bc14067c0cf..1b23cf12addf 100644 --- a/e2e/__tests__/__snapshots__/consoleDebugging.test.ts.snap +++ b/e2e/__tests__/__snapshots__/consoleDebugging.test.ts.snap @@ -4,7 +4,7 @@ exports[`console debugging with --verbose 1`] = ` " console.log test - at Object.log (__tests__/console-debugging.test.js:17:11) + at Object. (__tests__/console-debugging.test.js:17:11) " `; diff --git a/e2e/__tests__/__snapshots__/coverageProviderV8.test.ts.snap b/e2e/__tests__/__snapshots__/coverageProviderV8.test.ts.snap index 58e81f474d72..9cd6c9f946ed 100644 --- a/e2e/__tests__/__snapshots__/coverageProviderV8.test.ts.snap +++ b/e2e/__tests__/__snapshots__/coverageProviderV8.test.ts.snap @@ -50,7 +50,7 @@ exports[`prints correct coverage report, if a TS module is transpiled by Babel t " console.log this will print - at log (module.ts:13:11) + at covered (module.ts:13:11) --------------|---------|----------|---------|---------|------------------- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s @@ -75,7 +75,7 @@ exports[`prints coverage with missing sourcemaps 1`] = ` " console.log 42 - at Object.log (__tests__/Thing.test.js:10:9) + at Object. (__tests__/Thing.test.js:10:9) ----------|---------|----------|---------|---------|------------------- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s diff --git a/e2e/__tests__/__snapshots__/customInlineSnapshotMatchers.test.ts.snap b/e2e/__tests__/__snapshots__/customInlineSnapshotMatchers.test.ts.snap index 42e0de014d00..78bab3a97553 100644 --- a/e2e/__tests__/__snapshots__/customInlineSnapshotMatchers.test.ts.snap +++ b/e2e/__tests__/__snapshots__/customInlineSnapshotMatchers.test.ts.snap @@ -21,7 +21,7 @@ exports[`can bail with a custom inline snapshot matcher 1`] = ` 32 | expect(state).toMatchStateInlineSnapshot(\`"done"\`); 33 | }); - at Object.toMatchStateInlineSnapshot (__tests__/bail.test.js:30:17) + at Object. (__tests__/bail.test.js:30:17) › 1 snapshot failed. Snapshot Summary @@ -53,7 +53,7 @@ exports[`works with custom inline snapshot matchers 1`] = ` 24 | }); 25 | - at Object.toMatchObservationInlineSnapshot (__tests__/asynchronous.test.js:22:41) + at Object. (__tests__/asynchronous.test.js:22:41) ● new async, inline snapshots @@ -75,7 +75,7 @@ exports[`works with custom inline snapshot matchers 1`] = ` 25 | 26 | test('mismatching async, inline snapshots', async () => { - at Object.toMatchObservationInlineSnapshot (__tests__/asynchronous.test.js:23:41) + at Object. (__tests__/asynchronous.test.js:23:41) ● mismatching async, inline snapshots @@ -94,7 +94,7 @@ exports[`works with custom inline snapshot matchers 1`] = ` 29 | ); 30 | await expect(async () => 'result #2').toMatchObservationInlineSnapshot( - at Object.toMatchObservationInlineSnapshot (__tests__/asynchronous.test.js:27:41) + at Object. (__tests__/asynchronous.test.js:27:41) ● mismatching async, inline snapshots @@ -113,7 +113,7 @@ exports[`works with custom inline snapshot matchers 1`] = ` 32 | ); 33 | }); - at Object.toMatchObservationInlineSnapshot (__tests__/asynchronous.test.js:30:41) + at Object. (__tests__/asynchronous.test.js:30:41) › 4 snapshots failed. Snapshot Summary diff --git a/e2e/__tests__/__snapshots__/declarationErrors.test.ts.snap b/e2e/__tests__/__snapshots__/declarationErrors.test.ts.snap index 3990f96002bf..54bfb70f0056 100644 --- a/e2e/__tests__/__snapshots__/declarationErrors.test.ts.snap +++ b/e2e/__tests__/__snapshots__/declarationErrors.test.ts.snap @@ -11,7 +11,7 @@ exports[`errors if describe returns a Promise 1`] = ` 13 | return Promise.resolve(); 14 | }); - at Object.describe (__tests__/describeReturnPromise.test.js:11:1)" + at Object. (__tests__/describeReturnPromise.test.js:11:1)" `; exports[`errors if describe returns something 1`] = ` @@ -25,5 +25,5 @@ exports[`errors if describe returns something 1`] = ` 13 | return 42; 14 | }); - at Object.describe (__tests__/describeReturnSomething.test.js:11:1)" + at Object. (__tests__/describeReturnSomething.test.js:11:1)" `; diff --git a/e2e/__tests__/__snapshots__/detectOpenHandles.ts.snap b/e2e/__tests__/__snapshots__/detectOpenHandles.ts.snap index c6f4f2ec3518..d77d747b4f6c 100644 --- a/e2e/__tests__/__snapshots__/detectOpenHandles.ts.snap +++ b/e2e/__tests__/__snapshots__/detectOpenHandles.ts.snap @@ -21,8 +21,8 @@ exports[`prints out info about open handlers 1`] = ` | ^ 15 | - at Object.listen (server.js:14:5) - at Object.require (__tests__/outside.js:8:1)" + at Object. (server.js:14:5) + at Object. (__tests__/outside.js:8:1)" `; exports[`prints out info about open handlers from inside tests 1`] = ` @@ -38,7 +38,7 @@ exports[`prints out info about open handlers from inside tests 1`] = ` 11 | }); 12 | - at Object.setTimeout (__tests__/inside.js:9:3)" + at Object. (__tests__/inside.js:9:3)" `; exports[`prints out info about open handlers from lifecycle functions with a \`done\` callback 1`] = ` @@ -54,7 +54,7 @@ exports[`prints out info about open handlers from lifecycle functions with a \`d 11 | }); 12 | - at setTimeout (__tests__/in-done-lifecycle.js:9:3)" + at Object. (__tests__/in-done-lifecycle.js:9:3)" `; exports[`prints out info about open handlers from tests with a \`done\` callback 1`] = ` @@ -70,5 +70,5 @@ exports[`prints out info about open handlers from tests with a \`done\` callback 11 | done(); 12 | }); - at Object.setTimeout (__tests__/in-done-function.js:9:3)" + at Object. (__tests__/in-done-function.js:9:3)" `; diff --git a/e2e/__tests__/__snapshots__/domDiffing.test.ts.snap b/e2e/__tests__/__snapshots__/domDiffing.test.ts.snap index d137c76c46ae..f63cbaace23d 100644 --- a/e2e/__tests__/__snapshots__/domDiffing.test.ts.snap +++ b/e2e/__tests__/__snapshots__/domDiffing.test.ts.snap @@ -22,7 +22,7 @@ exports[`should work without error 1`] = ` 16 | 17 | test('compare span and div', () => { - at Object.toBe (__tests__/dom.test.js:14:16) + at Object. (__tests__/dom.test.js:14:16) ● compare span and div @@ -41,7 +41,7 @@ exports[`should work without error 1`] = ` 19 | }); 20 | - at Object.toBe (__tests__/dom.test.js:18:41) + at Object. (__tests__/dom.test.js:18:41) Test Suites: 1 failed, 1 total Tests: 2 failed, 2 total diff --git a/e2e/__tests__/__snapshots__/each.test.ts.snap b/e2e/__tests__/__snapshots__/each.test.ts.snap index cd99de4520bb..d750ee4c178f 100644 --- a/e2e/__tests__/__snapshots__/each.test.ts.snap +++ b/e2e/__tests__/__snapshots__/each.test.ts.snap @@ -158,7 +158,7 @@ exports[`shows the correct errors in stderr when failing tests 1`] = ` 14 | 15 | it.each([ - at toBe (__tests__/failure.test.js:12:16) + at __tests__/failure.test.js:12:16 ● array table fails on all rows expected 1 == 2 @@ -175,7 +175,7 @@ exports[`shows the correct errors in stderr when failing tests 1`] = ` 21 | 22 | it.each\` - at toBe (__tests__/failure.test.js:19:16) + at __tests__/failure.test.js:19:16 ● array table fails on all rows expected 3 == 4 @@ -192,7 +192,7 @@ exports[`shows the correct errors in stderr when failing tests 1`] = ` 21 | 22 | it.each\` - at toBe (__tests__/failure.test.js:19:16) + at __tests__/failure.test.js:19:16 ● template table fails on one row expected: true == false @@ -209,7 +209,7 @@ exports[`shows the correct errors in stderr when failing tests 1`] = ` 31 | ); 32 | - at toBe (__tests__/failure.test.js:29:18) + at __tests__/failure.test.js:29:18 ● template table fails on all rows expected: 1 == 2 @@ -226,7 +226,7 @@ exports[`shows the correct errors in stderr when failing tests 1`] = ` 42 | ); 43 | - at toBe (__tests__/failure.test.js:40:18) + at __tests__/failure.test.js:40:18 ● template table fails on all rows expected: 3 == 4 @@ -243,7 +243,7 @@ exports[`shows the correct errors in stderr when failing tests 1`] = ` 42 | ); 43 | - at toBe (__tests__/failure.test.js:40:18) + at __tests__/failure.test.js:40:18 ● The word red contains the letter 'z' @@ -260,7 +260,7 @@ exports[`shows the correct errors in stderr when failing tests 1`] = ` 49 | ); 50 | - at toBe (__tests__/failure.test.js:47:28) + at __tests__/failure.test.js:47:28 ● The word green contains the letter 'z' @@ -277,7 +277,7 @@ exports[`shows the correct errors in stderr when failing tests 1`] = ` 49 | ); 50 | - at toBe (__tests__/failure.test.js:47:28) + at __tests__/failure.test.js:47:28 ● The word bean contains the letter 'z' @@ -294,7 +294,7 @@ exports[`shows the correct errors in stderr when failing tests 1`] = ` 49 | ); 50 | - at toBe (__tests__/failure.test.js:47:28) + at __tests__/failure.test.js:47:28 ● template table describe fails on all rows expected "a" == "b" › fails @@ -311,7 +311,7 @@ exports[`shows the correct errors in stderr when failing tests 1`] = ` 61 | }, 62 | ); - at Object.toBe (__tests__/failure.test.js:59:20) + at Object. (__tests__/failure.test.js:59:20) ● template table describe fails on all rows expected "c" == "d" › fails @@ -328,7 +328,7 @@ exports[`shows the correct errors in stderr when failing tests 1`] = ` 61 | }, 62 | ); - at Object.toBe (__tests__/failure.test.js:59:20) + at Object. (__tests__/failure.test.js:59:20) ● array table describe fails on all rows expected a == b › fails @@ -345,7 +345,7 @@ exports[`shows the correct errors in stderr when failing tests 1`] = ` 73 | }, 74 | ); - at Object.toBe (__tests__/failure.test.js:71:20) + at Object. (__tests__/failure.test.js:71:20) ● array table describe fails on all rows expected c == d › fails @@ -362,5 +362,5 @@ exports[`shows the correct errors in stderr when failing tests 1`] = ` 73 | }, 74 | ); - at Object.toBe (__tests__/failure.test.js:71:20)" + at Object. (__tests__/failure.test.js:71:20)" `; diff --git a/e2e/__tests__/__snapshots__/emptyDescribeWithHooks.test.ts.snap b/e2e/__tests__/__snapshots__/emptyDescribeWithHooks.test.ts.snap index ad2f6318c6ed..9bff6ce85b4f 100644 --- a/e2e/__tests__/__snapshots__/emptyDescribeWithHooks.test.ts.snap +++ b/e2e/__tests__/__snapshots__/emptyDescribeWithHooks.test.ts.snap @@ -28,8 +28,8 @@ Object { 11 | 12 | describe('another block with tests', () => { - at beforeEach (__tests__/hookInEmptyDescribe.test.js:9:3) - at Object.describe (__tests__/hookInEmptyDescribe.test.js:8:1)", + at __tests__/hookInEmptyDescribe.test.js:9:3 + at Object. (__tests__/hookInEmptyDescribe.test.js:8:1)", "summary": "Test Suites: 1 failed, 1 total Tests: 1 passed, 1 total Snapshots: 0 total @@ -55,8 +55,8 @@ Object { 11 | }); 12 | - at beforeEach (__tests__/hookInEmptyNestedDescribe.test.js:9:3) - at Object.describe (__tests__/hookInEmptyNestedDescribe.test.js:8:1)", + at __tests__/hookInEmptyNestedDescribe.test.js:9:3 + at Object. (__tests__/hookInEmptyNestedDescribe.test.js:8:1)", "summary": "Test Suites: 1 failed, 1 total Tests: 1 passed, 1 total Snapshots: 0 total @@ -82,8 +82,8 @@ Object { 11 | afterAll(() => {}); 12 | beforeAll(() => {}); - at beforeEach (__tests__/multipleHooksInEmptyDescribe.test.js:9:3) - at Object.describe (__tests__/multipleHooksInEmptyDescribe.test.js:8:1) + at __tests__/multipleHooksInEmptyDescribe.test.js:9:3 + at Object. (__tests__/multipleHooksInEmptyDescribe.test.js:8:1) ● Test suite failed to run @@ -97,8 +97,8 @@ Object { 12 | beforeAll(() => {}); 13 | }); - at afterEach (__tests__/multipleHooksInEmptyDescribe.test.js:10:3) - at Object.describe (__tests__/multipleHooksInEmptyDescribe.test.js:8:1) + at __tests__/multipleHooksInEmptyDescribe.test.js:10:3 + at Object. (__tests__/multipleHooksInEmptyDescribe.test.js:8:1) ● Test suite failed to run @@ -112,8 +112,8 @@ Object { 13 | }); 14 | - at afterAll (__tests__/multipleHooksInEmptyDescribe.test.js:11:3) - at Object.describe (__tests__/multipleHooksInEmptyDescribe.test.js:8:1) + at __tests__/multipleHooksInEmptyDescribe.test.js:11:3 + at Object. (__tests__/multipleHooksInEmptyDescribe.test.js:8:1) ● Test suite failed to run @@ -127,8 +127,8 @@ Object { 14 | 15 | describe('another block with tests', () => { - at beforeAll (__tests__/multipleHooksInEmptyDescribe.test.js:12:3) - at Object.describe (__tests__/multipleHooksInEmptyDescribe.test.js:8:1)", + at __tests__/multipleHooksInEmptyDescribe.test.js:12:3 + at Object. (__tests__/multipleHooksInEmptyDescribe.test.js:8:1)", "summary": "Test Suites: 1 failed, 1 total Tests: 1 passed, 1 total Snapshots: 0 total diff --git a/e2e/__tests__/__snapshots__/expectAsyncMatcher.test.ts.snap b/e2e/__tests__/__snapshots__/expectAsyncMatcher.test.ts.snap index fbafcfaa2d73..2dfe197b5e56 100644 --- a/e2e/__tests__/__snapshots__/expectAsyncMatcher.test.ts.snap +++ b/e2e/__tests__/__snapshots__/expectAsyncMatcher.test.ts.snap @@ -24,7 +24,7 @@ exports[`shows the correct errors in stderr when failing tests 1`] = ` 15 | it('fail with expected non promise values and not', () => 16 | expect([1, 2]).not.toHaveLengthAsync(Promise.resolve(2))); - at Object.toHaveLengthAsync (__tests__/failure.test.js:13:15) + at Object. (__tests__/failure.test.js:13:15) ● fail with expected non promise values and not @@ -43,7 +43,7 @@ exports[`shows the correct errors in stderr when failing tests 1`] = ` 18 | it('fail with expected promise values', () => 19 | expect(Promise.resolve([1])).resolves.toHaveLengthAsync(Promise.resolve(2))); - at Object.toHaveLengthAsync (__tests__/failure.test.js:16:22) + at Object. (__tests__/failure.test.js:16:22) ● fail with expected promise values @@ -62,7 +62,7 @@ exports[`shows the correct errors in stderr when failing tests 1`] = ` 21 | it('fail with expected promise values and not', () => 22 | expect(Promise.resolve([1, 2])).resolves.not.toHaveLengthAsync( - at Object.toHaveLengthAsync (__tests__/failure.test.js:19:41) + at Object. (__tests__/failure.test.js:19:41) ● fail with expected promise values and not @@ -81,5 +81,5 @@ exports[`shows the correct errors in stderr when failing tests 1`] = ` 24 | )); 25 | - at Object.toHaveLengthAsync (__tests__/failure.test.js:22:48)" + at Object. (__tests__/failure.test.js:22:48)" `; diff --git a/e2e/__tests__/__snapshots__/failures.test.ts.snap b/e2e/__tests__/__snapshots__/failures.test.ts.snap index c570616b4240..0f641be9ec55 100644 --- a/e2e/__tests__/__snapshots__/failures.test.ts.snap +++ b/e2e/__tests__/__snapshots__/failures.test.ts.snap @@ -44,7 +44,7 @@ exports[`not throwing Error objects 4`] = ` 14 | const redeclare = () => { 15 | expect.assertions(1); - at Object.toBeTruthy (__tests__/assertionCount.test.js:12:17) + at Object.throws (__tests__/assertionCount.test.js:12:17) ● .assertions() › throws @@ -60,7 +60,7 @@ exports[`not throwing Error objects 4`] = ` 13 | }; 14 | const redeclare = () => { - at Object.assertions (__tests__/assertionCount.test.js:11:10) + at Object.throws (__tests__/assertionCount.test.js:11:10) ● .assertions() › throws on redeclare of assertion count @@ -76,7 +76,7 @@ exports[`not throwing Error objects 4`] = ` 18 | }; 19 | - at Object.toBeTruthy (__tests__/assertionCount.test.js:16:17) + at Object.redeclare (__tests__/assertionCount.test.js:16:17) ● .assertions() › throws on assertion @@ -92,7 +92,7 @@ exports[`not throwing Error objects 4`] = ` 23 | }; 24 | - at Object.assertions (__tests__/assertionCount.test.js:21:10) + at Object.noAssertions (__tests__/assertionCount.test.js:21:10) ● .hasAssertions() › throws when there are not assertions @@ -108,7 +108,7 @@ exports[`not throwing Error objects 4`] = ` 28 | 29 | describe('.assertions()', () => { - at Object.hasAssertions (__tests__/assertionCount.test.js:26:10)" + at Object.hasNoAssertions (__tests__/assertionCount.test.js:26:10)" `; exports[`not throwing Error objects 5`] = ` @@ -135,7 +135,7 @@ exports[`not throwing Error objects 5`] = ` 16 | }); 17 | - at Object.test (__tests__/duringTests.test.js:14:1) + at Object. (__tests__/duringTests.test.js:14:1) ● Boolean thrown during test @@ -149,7 +149,7 @@ exports[`not throwing Error objects 5`] = ` 20 | throw false; 21 | }); - at Object.test (__tests__/duringTests.test.js:18:1) + at Object. (__tests__/duringTests.test.js:18:1) ● undefined thrown during test @@ -163,7 +163,7 @@ exports[`not throwing Error objects 5`] = ` 25 | throw undefined; 26 | }); - at Object.test (__tests__/duringTests.test.js:23:1) + at Object. (__tests__/duringTests.test.js:23:1) ● Object thrown during test @@ -184,7 +184,7 @@ exports[`not throwing Error objects 5`] = ` 30 | }); 31 | - at Object.test (__tests__/duringTests.test.js:28:1) + at Object. (__tests__/duringTests.test.js:28:1) ● Object with stack prop thrown during test @@ -200,7 +200,7 @@ exports[`not throwing Error objects 5`] = ` 34 | throw {stack: 42}; 35 | }); - at Object.test (__tests__/duringTests.test.js:32:1) + at Object. (__tests__/duringTests.test.js:32:1) ● Error during test @@ -214,7 +214,7 @@ exports[`not throwing Error objects 5`] = ` 41 | 42 | test('done(Error)', done => { - at Object.doesNotExist (__tests__/duringTests.test.js:39:3) + at Object. (__tests__/duringTests.test.js:39:3) ● done(Error) @@ -249,7 +249,7 @@ exports[`not throwing Error objects 5`] = ` 49 | 50 | test('returned promise rejection', () => Promise.reject(deepObject)); - at Object.done (__tests__/duringTests.test.js:47:3) + at Object. (__tests__/duringTests.test.js:47:3) ● returned promise rejection @@ -268,7 +268,7 @@ exports[`not throwing Error objects 5`] = ` | ^ 51 | - at Object.test (__tests__/duringTests.test.js:50:1)" + at Object. (__tests__/duringTests.test.js:50:1)" `; exports[`not throwing Error objects 6`] = ` @@ -299,8 +299,8 @@ exports[`works with assertions in separate files 1`] = ` 11 | }; 12 | - at toEqual (macros.js:10:15) - at Object.shouldEqual (__tests__/testMacro.test.js:13:3)" + at shouldEqual (macros.js:10:15) + at Object. (__tests__/testMacro.test.js:13:3)" `; exports[`works with async failures 1`] = ` @@ -331,7 +331,7 @@ exports[`works with async failures 1`] = ` 13 | test('reject, but fail', () => 14 | expect(Promise.reject({foo: 'bar'})).rejects.toEqual({baz: 'bar'})); - at Object.toEqual (__tests__/asyncFailures.test.js:11:50) + at Object. (__tests__/asyncFailures.test.js:11:50) ● reject, but fail @@ -353,7 +353,7 @@ exports[`works with async failures 1`] = ` 16 | test('expect reject', () => 17 | expect(Promise.resolve({foo: 'bar'})).rejects.toEqual({foo: 'bar'})); - at Object.toEqual (__tests__/asyncFailures.test.js:14:48) + at Object. (__tests__/asyncFailures.test.js:14:48) ● expect reject @@ -370,7 +370,7 @@ exports[`works with async failures 1`] = ` 19 | test('expect resolve', () => 20 | expect(Promise.reject({foo: 'bar'})).resolves.toEqual({foo: 'bar'})); - at Object.expect (__tests__/asyncFailures.test.js:17:3) + at Object. (__tests__/asyncFailures.test.js:17:3) ● expect resolve @@ -387,7 +387,7 @@ exports[`works with async failures 1`] = ` 22 | test('timeout', done => { 23 | setTimeout(done, 50); - at Object.expect (__tests__/asyncFailures.test.js:20:3) + at Object. (__tests__/asyncFailures.test.js:20:3) ● timeout @@ -401,7 +401,7 @@ exports[`works with async failures 1`] = ` 24 | }, 5); 25 | - at Object.test (__tests__/asyncFailures.test.js:22:1)" + at Object. (__tests__/asyncFailures.test.js:22:1)" `; exports[`works with node assert 1`] = ` @@ -443,7 +443,7 @@ exports[`works with node assert 1`] = ` 16 | 17 | test('assert with a message', () => { - at Object.assert (__tests__/assertionError.test.js:14:3) + at Object. (__tests__/assertionError.test.js:14:3) ● assert with a message @@ -465,7 +465,7 @@ exports[`works with node assert 1`] = ` 20 | 21 | test('assert.ok', () => { - at Object.assert (__tests__/assertionError.test.js:18:3) + at Object. (__tests__/assertionError.test.js:18:3) ● assert.ok @@ -484,7 +484,7 @@ exports[`works with node assert 1`] = ` 24 | 25 | test('assert.ok with a message', () => { - at Object.ok (__tests__/assertionError.test.js:22:10) + at Object. (__tests__/assertionError.test.js:22:10) ● assert.ok with a message @@ -506,7 +506,7 @@ exports[`works with node assert 1`] = ` 28 | 29 | test('assert.equal', () => { - at Object.ok (__tests__/assertionError.test.js:26:10) + at Object. (__tests__/assertionError.test.js:26:10) ● assert.equal @@ -525,7 +525,7 @@ exports[`works with node assert 1`] = ` 32 | 33 | test('assert.notEqual', () => { - at Object.equal (__tests__/assertionError.test.js:30:10) + at Object. (__tests__/assertionError.test.js:30:10) ● assert.notEqual @@ -544,7 +544,7 @@ exports[`works with node assert 1`] = ` 36 | 37 | test('assert.deepEqual', () => { - at Object.notEqual (__tests__/assertionError.test.js:34:10) + at Object. (__tests__/assertionError.test.js:34:10) ● assert.deepEqual @@ -577,7 +577,7 @@ exports[`works with node assert 1`] = ` 40 | 41 | test('assert.deepEqual with a message', () => { - at Object.deepEqual (__tests__/assertionError.test.js:38:10) + at Object. (__tests__/assertionError.test.js:38:10) ● assert.deepEqual with a message @@ -613,7 +613,7 @@ exports[`works with node assert 1`] = ` 44 | 45 | test('assert.notDeepEqual', () => { - at Object.deepEqual (__tests__/assertionError.test.js:42:10) + at Object. (__tests__/assertionError.test.js:42:10) ● assert.notDeepEqual @@ -636,7 +636,7 @@ exports[`works with node assert 1`] = ` 48 | 49 | test('assert.strictEqual', () => { - at Object.notDeepEqual (__tests__/assertionError.test.js:46:10) + at Object. (__tests__/assertionError.test.js:46:10) ● assert.strictEqual @@ -655,7 +655,7 @@ exports[`works with node assert 1`] = ` 52 | 53 | test('assert.notStrictEqual', () => { - at Object.strictEqual (__tests__/assertionError.test.js:50:10) + at Object. (__tests__/assertionError.test.js:50:10) ● assert.notStrictEqual @@ -677,7 +677,7 @@ exports[`works with node assert 1`] = ` 56 | 57 | test('assert.deepStrictEqual', () => { - at Object.notStrictEqual (__tests__/assertionError.test.js:54:10) + at Object. (__tests__/assertionError.test.js:54:10) ● assert.deepStrictEqual @@ -706,7 +706,7 @@ exports[`works with node assert 1`] = ` 60 | 61 | test('assert.notDeepStrictEqual', () => { - at Object.deepStrictEqual (__tests__/assertionError.test.js:58:10) + at Object. (__tests__/assertionError.test.js:58:10) ● assert.notDeepStrictEqual @@ -729,7 +729,7 @@ exports[`works with node assert 1`] = ` 64 | 65 | test('assert.ifError', () => { - at Object.notDeepStrictEqual (__tests__/assertionError.test.js:62:10) + at Object. (__tests__/assertionError.test.js:62:10) ● assert.ifError @@ -755,7 +755,7 @@ exports[`works with node assert 1`] = ` 68 | 69 | test('assert.doesNotThrow', () => { - at Object.ifError (__tests__/assertionError.test.js:66:10) + at Object. (__tests__/assertionError.test.js:66:10) ● assert.doesNotThrow @@ -777,7 +777,7 @@ exports[`works with node assert 1`] = ` 72 | }); 73 | }); - at Object.doesNotThrow (__tests__/assertionError.test.js:70:10) + at Object. (__tests__/assertionError.test.js:70:10) ● assert.throws @@ -797,7 +797,7 @@ exports[`works with node assert 1`] = ` 78 | 79 | test('async', async () => { - at Object.throws (__tests__/assertionError.test.js:76:10) + at Object. (__tests__/assertionError.test.js:76:10) ● async @@ -828,7 +828,7 @@ exports[`works with node assert 1`] = ` 82 | 83 | test('assert.fail', () => { - at Object.equal (__tests__/assertionError.test.js:80:10) + at Object. (__tests__/assertionError.test.js:80:10) ● assert.fail @@ -842,7 +842,7 @@ exports[`works with node assert 1`] = ` 86 | 87 | test('assert.fail with a message', () => { - at Object.fail (__tests__/assertionError.test.js:84:10) + at Object. (__tests__/assertionError.test.js:84:10) ● assert.fail with a message @@ -858,7 +858,7 @@ exports[`works with node assert 1`] = ` 89 | }); 90 | - at Object.fail (__tests__/assertionError.test.js:88:10)" + at Object. (__tests__/assertionError.test.js:88:10)" `; exports[`works with snapshot failures 1`] = ` @@ -881,7 +881,7 @@ exports[`works with snapshot failures 1`] = ` 12 | }); 13 | - at Object.toMatchSnapshot (__tests__/snapshot.test.js:11:17) + at Object. (__tests__/snapshot.test.js:11:17) › 1 snapshot failed. " @@ -907,7 +907,7 @@ exports[`works with snapshot failures with hint 1`] = ` 12 | }); 13 | - at Object.toMatchSnapshot (__tests__/snapshotWithHint.test.js:11:17) + at Object. (__tests__/snapshotWithHint.test.js:11:17) › 1 snapshot failed. " diff --git a/e2e/__tests__/__snapshots__/globals.test.ts.snap b/e2e/__tests__/__snapshots__/globals.test.ts.snap index 47e0dd3db70d..12d93ba87063 100644 --- a/e2e/__tests__/__snapshots__/globals.test.ts.snap +++ b/e2e/__tests__/__snapshots__/globals.test.ts.snap @@ -24,9 +24,9 @@ exports[`cannot have describe with no implementation 1`] = ` Missing second argument. It must be a callback function. > 1 | describe('describe, no implementation'); - | ^ + | ^ - at Object. (__tests__/onlyConstructs.test.js:1:10)" + at Object. (__tests__/onlyConstructs.test.js:1:1)" `; exports[`cannot have describe with no implementation 2`] = ` @@ -48,7 +48,7 @@ exports[`cannot test with no implementation 1`] = ` | ^ 3 | test('test, no implementation'); - at Object.it (__tests__/onlyConstructs.test.js:2:1)" + at Object. (__tests__/onlyConstructs.test.js:2:1)" `; exports[`cannot test with no implementation 2`] = ` @@ -70,7 +70,7 @@ exports[`cannot test with no implementation with expand arg 1`] = ` | ^ 3 | test('test, no implementation'); - at Object.it (__tests__/onlyConstructs.test.js:2:1)" + at Object. (__tests__/onlyConstructs.test.js:2:1)" `; exports[`cannot test with no implementation with expand arg 2`] = ` diff --git a/e2e/__tests__/__snapshots__/jest.config.js.test.ts.snap b/e2e/__tests__/__snapshots__/jest.config.js.test.ts.snap index 45f2b0bcb85b..3ba2a5af6350 100644 --- a/e2e/__tests__/__snapshots__/jest.config.js.test.ts.snap +++ b/e2e/__tests__/__snapshots__/jest.config.js.test.ts.snap @@ -4,7 +4,7 @@ exports[`traverses directory tree up until it finds jest.config 1`] = ` " console.log <>/jest-config-js/some/nested/directory - at Object.log (__tests__/a-banana.js:3:27) + at Object. (__tests__/a-banana.js:3:27) " `; diff --git a/e2e/__tests__/__snapshots__/moduleNameMapper.test.ts.snap b/e2e/__tests__/__snapshots__/moduleNameMapper.test.ts.snap index f9808e71e029..2d57a64ae3d1 100644 --- a/e2e/__tests__/__snapshots__/moduleNameMapper.test.ts.snap +++ b/e2e/__tests__/__snapshots__/moduleNameMapper.test.ts.snap @@ -42,7 +42,7 @@ exports[`moduleNameMapper wrong array configuration 1`] = ` 13 | at createNoMappedModuleFoundError (../../packages/jest-resolve/build/resolver.js:900:17) - at Object.require (index.js:10:1)" + at Object. (index.js:10:1)" `; exports[`moduleNameMapper wrong configuration 1`] = ` @@ -71,5 +71,5 @@ exports[`moduleNameMapper wrong configuration 1`] = ` 13 | at createNoMappedModuleFoundError (../../packages/jest-resolve/build/resolver.js:900:17) - at Object.require (index.js:10:1)" + at Object. (index.js:10:1)" `; diff --git a/e2e/__tests__/__snapshots__/nestedTestDefinitions.test.ts.snap b/e2e/__tests__/__snapshots__/nestedTestDefinitions.test.ts.snap index 77c28863b93b..9e2620a2aa7c 100644 --- a/e2e/__tests__/__snapshots__/nestedTestDefinitions.test.ts.snap +++ b/e2e/__tests__/__snapshots__/nestedTestDefinitions.test.ts.snap @@ -17,7 +17,7 @@ exports[`print correct error message with nested test definitions inside describ 18 | }); 19 | }); - at Object.test (__tests__/nestedTestWithinDescribe.js:16:5)" + at Object. (__tests__/nestedTestWithinDescribe.js:16:5)" `; exports[`print correct error message with nested test definitions outside describe 1`] = ` @@ -36,5 +36,5 @@ exports[`print correct error message with nested test definitions outside descri 17 | }); 18 | }); - at Object.test (__tests__/nestedTestOutsideDescribe.js:15:3)" + at Object. (__tests__/nestedTestOutsideDescribe.js:15:3)" `; diff --git a/e2e/__tests__/__snapshots__/processExit.test.ts.snap b/e2e/__tests__/__snapshots__/processExit.test.ts.snap index dabf5f003914..8f6a86f18398 100644 --- a/e2e/__tests__/__snapshots__/processExit.test.ts.snap +++ b/e2e/__tests__/__snapshots__/processExit.test.ts.snap @@ -11,5 +11,5 @@ exports[`prints stack trace pointing to process.exit call 1`] = ` 10 | test('something', () => { 11 | expect(true).toBe(true); - at Object.exit (__tests__/test.js:8:9)" + at Object. (__tests__/test.js:8:9)" `; diff --git a/e2e/__tests__/__snapshots__/resolveNoFileExtensions.test.ts.snap b/e2e/__tests__/__snapshots__/resolveNoFileExtensions.test.ts.snap index 8ee95a4ed134..43ffded074c1 100644 --- a/e2e/__tests__/__snapshots__/resolveNoFileExtensions.test.ts.snap +++ b/e2e/__tests__/__snapshots__/resolveNoFileExtensions.test.ts.snap @@ -38,5 +38,5 @@ exports[`show error message with matching files 1`] = ` 9 | at Resolver._throwModNotFoundError (../../packages/jest-resolve/build/resolver.js:491:11) - at Object.require (index.js:8:18)" + at Object. (index.js:8:18)" `; diff --git a/e2e/__tests__/__snapshots__/testRetries.test.ts.snap b/e2e/__tests__/__snapshots__/testRetries.test.ts.snap index 09c1f807a028..6323c266c938 100644 --- a/e2e/__tests__/__snapshots__/testRetries.test.ts.snap +++ b/e2e/__tests__/__snapshots__/testRetries.test.ts.snap @@ -16,7 +16,7 @@ exports[`Test Retries logs error(s) before retry 1`] = ` 18 | }); 19 | - at Object.toBeFalsy (__tests__/logErrorsBeforeRetries.test.js:16:18) + at Object. (__tests__/logErrorsBeforeRetries.test.js:16:18) RETRY 2 @@ -32,7 +32,7 @@ exports[`Test Retries logs error(s) before retry 1`] = ` 18 | }); 19 | - at Object.toBeFalsy (__tests__/logErrorsBeforeRetries.test.js:16:18) + at Object. (__tests__/logErrorsBeforeRetries.test.js:16:18) PASS __tests__/logErrorsBeforeRetries.test.js ✓ retryTimes set" diff --git a/e2e/__tests__/__snapshots__/testTodo.test.ts.snap b/e2e/__tests__/__snapshots__/testTodo.test.ts.snap index 223f73fe35e8..6e87b698a399 100644 --- a/e2e/__tests__/__snapshots__/testTodo.test.ts.snap +++ b/e2e/__tests__/__snapshots__/testTodo.test.ts.snap @@ -12,7 +12,7 @@ exports[`shows error messages when called with invalid argument 1`] = ` | ^ 9 | - at Object.todo (__tests__/todoNonString.test.js:8:4)" + at Object. (__tests__/todoNonString.test.js:8:4)" `; exports[`shows error messages when called with multiple arguments 1`] = ` @@ -27,7 +27,7 @@ exports[`shows error messages when called with multiple arguments 1`] = ` | ^ 9 | - at Object.todo (__tests__/todoMultipleArgs.test.js:8:4)" + at Object. (__tests__/todoMultipleArgs.test.js:8:4)" `; exports[`shows error messages when called with no arguments 1`] = ` @@ -42,7 +42,7 @@ exports[`shows error messages when called with no arguments 1`] = ` | ^ 9 | - at Object.todo (__tests__/todoNoArgs.test.js:8:4)" + at Object. (__tests__/todoNoArgs.test.js:8:4)" `; exports[`shows todo messages when in verbose mode 1`] = ` @@ -75,5 +75,5 @@ exports[`works with all statuses 1`] = ` 15 | 16 | it.skip('skips', () => { - at Object.toBe (__tests__/statuses.test.js:13:14)" + at Object. (__tests__/statuses.test.js:13:14)" `; diff --git a/e2e/__tests__/__snapshots__/watchModeOnlyFailed.test.ts.snap b/e2e/__tests__/__snapshots__/watchModeOnlyFailed.test.ts.snap index 1eb721361319..3bbad5a6f839 100644 --- a/e2e/__tests__/__snapshots__/watchModeOnlyFailed.test.ts.snap +++ b/e2e/__tests__/__snapshots__/watchModeOnlyFailed.test.ts.snap @@ -12,7 +12,7 @@ exports[`can press "f" to run only failed tests: test results 1`] = ` > 1 | test('bar 1', () => { expect('bar').toBe('foo'); }); | ^ - at Object.toBe (__tests__/bar.spec.js:1:37) + at Object. (__tests__/bar.spec.js:1:37) PASS __tests__/foo.spec.js" `; @@ -31,7 +31,7 @@ exports[`can press "f" to run only failed tests: test results 2`] = ` > 1 | test('bar 1', () => { expect('bar').toBe('foo'); }); | ^ - at Object.toBe (__tests__/bar.spec.js:1:37)" + at Object. (__tests__/bar.spec.js:1:37)" `; exports[`can press "f" to run only failed tests: test summary 1`] = ` diff --git a/e2e/__tests__/__snapshots__/watchModeUpdateSnapshot.test.ts.snap b/e2e/__tests__/__snapshots__/watchModeUpdateSnapshot.test.ts.snap index f13279f7e2b1..e81306f53e6f 100644 --- a/e2e/__tests__/__snapshots__/watchModeUpdateSnapshot.test.ts.snap +++ b/e2e/__tests__/__snapshots__/watchModeUpdateSnapshot.test.ts.snap @@ -16,7 +16,7 @@ exports[`can press "u" to update snapshots: test results 1`] = ` > 1 | test('bar', () => { expect('bar').toMatchSnapshot(); }); | ^ - at Object.toMatchSnapshot (__tests__/bar.spec.js:1:35) + at Object. (__tests__/bar.spec.js:1:35) › 1 snapshot failed. Snapshot Summary diff --git a/e2e/__tests__/__snapshots__/wrongEnv.test.ts.snap b/e2e/__tests__/__snapshots__/wrongEnv.test.ts.snap index e8f4df3c52a8..d022be44cc6e 100644 --- a/e2e/__tests__/__snapshots__/wrongEnv.test.ts.snap +++ b/e2e/__tests__/__snapshots__/wrongEnv.test.ts.snap @@ -21,7 +21,7 @@ exports[`Wrong globals for environment print useful error for document 1`] = ` 18 | console.log(div); 19 | - at Object.document (__tests__/node.js:16:15)" + at Object. (__tests__/node.js:16:15)" `; exports[`Wrong globals for environment print useful error for navigator 1`] = ` @@ -45,7 +45,7 @@ exports[`Wrong globals for environment print useful error for navigator 1`] = ` 34 | console.log(userAgent); 35 | - at Object.navigator (__tests__/node.js:32:21)" + at Object. (__tests__/node.js:32:21)" `; exports[`Wrong globals for environment print useful error for unref 1`] = ` @@ -67,7 +67,7 @@ exports[`Wrong globals for environment print useful error for unref 1`] = ` 15 | expect(1).toBe(1); 16 | }); - at Object.unref (__tests__/jsdom.js:13:27)" + at Object. (__tests__/jsdom.js:13:27)" `; exports[`Wrong globals for environment print useful error for window 1`] = ` @@ -91,7 +91,7 @@ exports[`Wrong globals for environment print useful error for window 1`] = ` 26 | console.log(location); 27 | - at Object.window (__tests__/node.js:24:20)" + at Object. (__tests__/node.js:24:20)" `; exports[`Wrong globals for environment print useful error when it explodes during evaluation 1`] = ` @@ -111,5 +111,5 @@ exports[`Wrong globals for environment print useful error when it explodes durin 15 | console.log(div); 16 | - at Object.document (__tests__/beforeTest.js:13:13)" + at Object. (__tests__/beforeTest.js:13:13)" `; diff --git a/e2e/console-debugging/__tests__/console-debugging.test.js b/e2e/console-debugging/__tests__/console-debugging.test.js index 9d801e87b6c5..4518d0d06103 100644 --- a/e2e/console-debugging/__tests__/console-debugging.test.js +++ b/e2e/console-debugging/__tests__/console-debugging.test.js @@ -20,7 +20,7 @@ test('verbose mode prints console output synchronously', () => { " console.log test - at Object.log (__tests__/console-debugging.test.js:17:11) + at Object. (__tests__/console-debugging.test.js:17:11) " `); diff --git a/packages/jest-runtime/src/__tests__/runtime_environment.test.js b/packages/jest-runtime/src/__tests__/runtime_environment.test.js index 95309d27d928..6b3057f403bc 100644 --- a/packages/jest-runtime/src/__tests__/runtime_environment.test.js +++ b/packages/jest-runtime/src/__tests__/runtime_environment.test.js @@ -23,7 +23,7 @@ describe('Runtime', () => { runtime.requireModule(runtime.__mockRootPath, './throwing.js'); } catch (err) { hasThrown = true; - expect(err.stack).toMatch(/^Error: throwing\s+at Object./); + expect(err.stack).toMatch(/^Error: throwing\s+at Object\.call/); } expect(hasThrown).toBe(true); }); From 4e3992e7cb8d219585994a54fb56e37e76e2a77a Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 2 May 2022 08:40:50 +0200 Subject: [PATCH 07/18] chore: jasmine snaps --- .../__snapshots__/beforeEachQueue.ts.snap | 10 ++++----- .../errorOnDeprecated.test.ts.snap | 22 +++++++++---------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/e2e/__tests__/__snapshots__/beforeEachQueue.ts.snap b/e2e/__tests__/__snapshots__/beforeEachQueue.ts.snap index a5efe65c502d..f94623499dad 100644 --- a/e2e/__tests__/__snapshots__/beforeEachQueue.ts.snap +++ b/e2e/__tests__/__snapshots__/beforeEachQueue.ts.snap @@ -4,26 +4,26 @@ exports[`Correct beforeEach order ensures the correct order for beforeEach 1`] = " console.log BeforeEach - at Object.log (__tests__/beforeEachQueue.test.js:10:13) + at Object. (__tests__/beforeEachQueue.test.js:10:13) console.log It Foo - at Object.log (__tests__/beforeEachQueue.test.js:14:13) + at Object. (__tests__/beforeEachQueue.test.js:14:13) console.log BeforeEach Inline Foo - at Object.log (__tests__/beforeEachQueue.test.js:17:15) + at Object. (__tests__/beforeEachQueue.test.js:17:15) console.log BeforeEach - at Object.log (__tests__/beforeEachQueue.test.js:10:13) + at Object. (__tests__/beforeEachQueue.test.js:10:13) console.log It Bar - at Object.log (__tests__/beforeEachQueue.test.js:22:13) + at Object. (__tests__/beforeEachQueue.test.js:22:13) " `; diff --git a/e2e/__tests__/__snapshots__/errorOnDeprecated.test.ts.snap b/e2e/__tests__/__snapshots__/errorOnDeprecated.test.ts.snap index 8c4a72d95339..8c354c70d199 100644 --- a/e2e/__tests__/__snapshots__/errorOnDeprecated.test.ts.snap +++ b/e2e/__tests__/__snapshots__/errorOnDeprecated.test.ts.snap @@ -35,7 +35,7 @@ exports[`fail.test.js errors in errorOnDeprecated mode 1`] = ` 13 | }); 14 | - at Object.fail (__tests__/fail.test.js:11:5)" + at Object. (__tests__/fail.test.js:11:5)" `; exports[`jasmine.addMatchers.test.js errors in errorOnDeprecated mode 1`] = ` @@ -52,7 +52,7 @@ exports[`jasmine.addMatchers.test.js errors in errorOnDeprecated mode 1`] = ` 11 | compare: (actual, expected) => ({ 12 | message: 'Nobdy expects the Spanish Inquisition!', - at Object.addMatchers (__tests__/jasmine.addMatchers.test.js:9:9)" + at Object. (__tests__/jasmine.addMatchers.test.js:9:9)" `; exports[`jasmine.any.test.js errors in errorOnDeprecated mode 1`] = ` @@ -70,7 +70,7 @@ exports[`jasmine.any.test.js errors in errorOnDeprecated mode 1`] = ` 11 | }); 12 | - at Object.any (__tests__/jasmine.any.test.js:10:51)" + at Object. (__tests__/jasmine.any.test.js:10:51)" `; exports[`jasmine.anything.test.js errors in errorOnDeprecated mode 1`] = ` @@ -88,7 +88,7 @@ exports[`jasmine.anything.test.js errors in errorOnDeprecated mode 1`] = ` 11 | }); 12 | - at Object.anything (__tests__/jasmine.anything.test.js:10:62)" + at Object. (__tests__/jasmine.anything.test.js:10:62)" `; exports[`jasmine.arrayContaining.test.js errors in errorOnDeprecated mode 1`] = ` @@ -106,7 +106,7 @@ exports[`jasmine.arrayContaining.test.js errors in errorOnDeprecated mode 1`] = 11 | }); 12 | - at Object.arrayContaining (__tests__/jasmine.arrayContaining.test.js:10:45)" + at Object. (__tests__/jasmine.arrayContaining.test.js:10:45)" `; exports[`jasmine.createSpy.test.js errors in errorOnDeprecated mode 1`] = ` @@ -125,7 +125,7 @@ exports[`jasmine.createSpy.test.js errors in errorOnDeprecated mode 1`] = ` 12 | expect(mySpy).toHaveBeenCalledWith('hello?'); 13 | }); - at Object.createSpy (__tests__/jasmine.createSpy.test.js:10:25)" + at Object. (__tests__/jasmine.createSpy.test.js:10:25)" `; exports[`jasmine.objectContaining.test.js errors in errorOnDeprecated mode 1`] = ` @@ -144,7 +144,7 @@ exports[`jasmine.objectContaining.test.js errors in errorOnDeprecated mode 1`] = 13 | }); 14 | - at Object.objectContaining (__tests__/jasmine.objectContaining.test.js:11:13)" + at Object. (__tests__/jasmine.objectContaining.test.js:11:13)" `; exports[`jasmine.stringMatching.test.js errors in errorOnDeprecated mode 1`] = ` @@ -162,7 +162,7 @@ exports[`jasmine.stringMatching.test.js errors in errorOnDeprecated mode 1`] = ` 11 | }); 12 | - at Object.stringMatching (__tests__/jasmine.stringMatching.test.js:10:50)" + at Object. (__tests__/jasmine.stringMatching.test.js:10:50)" `; exports[`pending.test.js errors in errorOnDeprecated mode 1`] = ` @@ -181,7 +181,7 @@ exports[`pending.test.js errors in errorOnDeprecated mode 1`] = ` 13 | expect(false).toBe(true); 14 | }); - at Object.pending (__tests__/pending.test.js:11:5)" + at Object. (__tests__/pending.test.js:11:5)" `; exports[`spyOn.test.js errors in errorOnDeprecated mode 1`] = ` @@ -200,7 +200,7 @@ exports[`spyOn.test.js errors in errorOnDeprecated mode 1`] = ` 17 | }); 18 | - at Object.spyOn (__tests__/spyOn.test.js:15:3)" + at Object. (__tests__/spyOn.test.js:15:3)" `; exports[`spyOnProperty.test.js errors in errorOnDeprecated mode 1`] = ` @@ -219,5 +219,5 @@ exports[`spyOnProperty.test.js errors in errorOnDeprecated mode 1`] = ` 26 | obj.method(); 27 | - at Object.spyOnProperty (__tests__/spyOnProperty.test.js:24:15)" + at Object. (__tests__/spyOnProperty.test.js:24:15)" `; From 227507e668c6d178a4071e273671adeb5b616544 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Mon, 2 May 2022 09:06:56 -0400 Subject: [PATCH 08/18] Update snapshot which was dependending on bug that's been fixed in source-map-support --- e2e/__tests__/failureDetailsProperty.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/__tests__/failureDetailsProperty.test.ts b/e2e/__tests__/failureDetailsProperty.test.ts index 05dcc677cb81..4c8ffa92e98c 100644 --- a/e2e/__tests__/failureDetailsProperty.test.ts +++ b/e2e/__tests__/failureDetailsProperty.test.ts @@ -152,7 +152,7 @@ test('that the failureDetails property is set', () => { "matcherName": "", "message": "Error", "passed": false, - "stack": "Error: + "stack": "Error at ", }, ], From bc4d5f4ee0fbd81c4d9e80677bc97bdd83bb8cd2 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Mon, 2 May 2022 09:35:21 -0400 Subject: [PATCH 09/18] bump @cspotcode/source-map-support --- packages/jest-runner/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jest-runner/package.json b/packages/jest-runner/package.json index 7896cff24f2c..8d30800453e8 100644 --- a/packages/jest-runner/package.json +++ b/packages/jest-runner/package.json @@ -17,7 +17,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@cspotcode/source-map-support": "0.8.0", + "@cspotcode/source-map-support": "^0.8.1", "@jest/console": "^28.0.2", "@jest/environment": "^28.0.2", "@jest/test-result": "^28.0.2", From fcd4139bb6c1360454b8a094d07746886bf21819 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Mon, 2 May 2022 09:40:37 -0400 Subject: [PATCH 10/18] forgot to update lockfile --- yarn.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/yarn.lock b/yarn.lock index 2d53a40abf1e..7ca7bbdd1a41 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1883,12 +1883,12 @@ __metadata: languageName: node linkType: hard -"@cspotcode/source-map-support@npm:0.8.0": - version: 0.8.0 - resolution: "@cspotcode/source-map-support@npm:0.8.0" +"@cspotcode/source-map-support@npm:^0.8.1": + version: 0.8.1 + resolution: "@cspotcode/source-map-support@npm:0.8.1" dependencies: "@jridgewell/trace-mapping": 0.3.9 - checksum: 4e4585361d3e8c7512f660496119e34e9fe048af32c82937726cc352a85fcac825819cddd8dd392cd3fcc463f25516493ae2c7b11b16ee8731c7880e2bf1c2b1 + checksum: 5718f267085ed8edb3e7ef210137241775e607ee18b77d95aa5bd7514f47f5019aa2d82d96b3bf342ef7aa890a346fa1044532ff7cc3009e7d24fce3ce6200fa languageName: node linkType: hard @@ -13449,7 +13449,7 @@ __metadata: version: 0.0.0-use.local resolution: "jest-runner@workspace:packages/jest-runner" dependencies: - "@cspotcode/source-map-support": 0.8.0 + "@cspotcode/source-map-support": ^0.8.1 "@jest/console": ^28.0.2 "@jest/environment": ^28.0.2 "@jest/test-result": ^28.0.2 From e72e33b16a238a2e6a2f6b24f436f5fb1e082fe3 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Sun, 8 May 2022 12:55:32 -0400 Subject: [PATCH 11/18] testing against git --- packages/jest-runner/package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/jest-runner/package.json b/packages/jest-runner/package.json index 8d30800453e8..815d821e179a 100644 --- a/packages/jest-runner/package.json +++ b/packages/jest-runner/package.json @@ -17,7 +17,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@cspotcode/source-map-support": "^0.8.1", + "@cspotcode/source-map-support": "https://github.com/cspotcode/node-source-map-support#fix-function-name-fallbacks", "@jest/console": "^28.0.2", "@jest/environment": "^28.0.2", "@jest/test-result": "^28.0.2", diff --git a/yarn.lock b/yarn.lock index 7ca7bbdd1a41..3dfefb929952 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1874,6 +1874,15 @@ __metadata: languageName: node linkType: hard +"@cspotcode/source-map-support@https://github.com/cspotcode/node-source-map-support#fix-function-name-fallbacks": + version: 0.8.1 + resolution: "@cspotcode/source-map-support@https://github.com/cspotcode/node-source-map-support.git#commit=1d674cf3c84dc6fb5e672cb0e03de7662fffad48" + dependencies: + "@jridgewell/trace-mapping": 0.3.9 + checksum: 3008e10c0a155223be132cb02d022d7a6796b2357d27211e2d972b11ab93fab8b402250b83f2c9a51a33ab94092592b5e30ac565e9e140a8121ae06695449412 + languageName: node + linkType: hard + "@cspotcode/source-map-support@npm:0.7.0": version: 0.7.0 resolution: "@cspotcode/source-map-support@npm:0.7.0" @@ -1883,15 +1892,6 @@ __metadata: languageName: node linkType: hard -"@cspotcode/source-map-support@npm:^0.8.1": - version: 0.8.1 - resolution: "@cspotcode/source-map-support@npm:0.8.1" - dependencies: - "@jridgewell/trace-mapping": 0.3.9 - checksum: 5718f267085ed8edb3e7ef210137241775e607ee18b77d95aa5bd7514f47f5019aa2d82d96b3bf342ef7aa890a346fa1044532ff7cc3009e7d24fce3ce6200fa - languageName: node - linkType: hard - "@docsearch/css@npm:3.0.0": version: 3.0.0 resolution: "@docsearch/css@npm:3.0.0" @@ -13449,7 +13449,7 @@ __metadata: version: 0.0.0-use.local resolution: "jest-runner@workspace:packages/jest-runner" dependencies: - "@cspotcode/source-map-support": ^0.8.1 + "@cspotcode/source-map-support": "https://github.com/cspotcode/node-source-map-support#fix-function-name-fallbacks" "@jest/console": ^28.0.2 "@jest/environment": ^28.0.2 "@jest/test-result": ^28.0.2 From e149a3ac997a2f47ea6cf1a8eba6b4e63a5efffb Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Sun, 8 May 2022 13:12:47 -0400 Subject: [PATCH 12/18] bump again --- yarn.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn.lock b/yarn.lock index d14c82882116..4be4a60eb78d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1876,10 +1876,10 @@ __metadata: "@cspotcode/source-map-support@https://github.com/cspotcode/node-source-map-support#fix-function-name-fallbacks": version: 0.8.1 - resolution: "@cspotcode/source-map-support@https://github.com/cspotcode/node-source-map-support.git#commit=1d674cf3c84dc6fb5e672cb0e03de7662fffad48" + resolution: "@cspotcode/source-map-support@https://github.com/cspotcode/node-source-map-support.git#commit=e7819238ab11e038854028df3b45d2846a73afae" dependencies: "@jridgewell/trace-mapping": 0.3.9 - checksum: 3008e10c0a155223be132cb02d022d7a6796b2357d27211e2d972b11ab93fab8b402250b83f2c9a51a33ab94092592b5e30ac565e9e140a8121ae06695449412 + checksum: ac11efe455e0730a855538e1d44c662eb389ec47b5f2a047a6d3d8cf5c4f5e9b120a2acaed85b045053ca290367e7b3e42efe8ebf5e88e5f5eb05e0f0f8b2759 languageName: node linkType: hard From 6d1f1d581bc272be972e505f47309775b74ddf88 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Sun, 8 May 2022 13:23:29 -0400 Subject: [PATCH 13/18] yarn dedupe --- yarn.lock | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/yarn.lock b/yarn.lock index a8bbee3c3e87..cba6f35458ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2953,7 +2953,7 @@ __metadata: languageName: node linkType: hard -"@jridgewell/trace-mapping@npm:0.3.9": +"@jridgewell/trace-mapping@npm:0.3.9, @jridgewell/trace-mapping@npm:^0.3.0, @jridgewell/trace-mapping@npm:^0.3.7": version: 0.3.9 resolution: "@jridgewell/trace-mapping@npm:0.3.9" dependencies: @@ -2963,16 +2963,6 @@ __metadata: languageName: node linkType: hard -"@jridgewell/trace-mapping@npm:^0.3.0, @jridgewell/trace-mapping@npm:^0.3.7": - version: 0.3.7 - resolution: "@jridgewell/trace-mapping@npm:0.3.7" - dependencies: - "@jridgewell/resolve-uri": ^3.0.3 - "@jridgewell/sourcemap-codec": ^1.4.10 - checksum: c08f5344568e1396fc377c95054b126620380a87e8992d77526f73b9627e56930a1a76ee95d31266d388ed052f6f97c64911c2aa49283d37547f51c342dfc9b8 - languageName: node - linkType: hard - "@leichtgewicht/ip-codec@npm:^2.0.1": version: 2.0.3 resolution: "@leichtgewicht/ip-codec@npm:2.0.3" From e62591e3b0b54f4c90ff1dfbf14980e3b262edc1 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Sun, 8 May 2022 13:42:31 -0400 Subject: [PATCH 14/18] use the new callsiteFallback option --- packages/jest-runner/src/runTest.ts | 1 + yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/jest-runner/src/runTest.ts b/packages/jest-runner/src/runTest.ts index ffc470ede608..341cbebae045 100644 --- a/packages/jest-runner/src/runTest.ts +++ b/packages/jest-runner/src/runTest.ts @@ -215,6 +215,7 @@ async function runTestInternal( } const sourcemapOptions: sourcemapSupport.Options = { + callsiteFallback: false, environment: 'node', handleUncaughtExceptions: false, retrieveSourceMap: source => { diff --git a/yarn.lock b/yarn.lock index cba6f35458ef..74a5a435ea38 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1876,10 +1876,10 @@ __metadata: "@cspotcode/source-map-support@https://github.com/cspotcode/node-source-map-support#fix-function-name-fallbacks": version: 0.8.1 - resolution: "@cspotcode/source-map-support@https://github.com/cspotcode/node-source-map-support.git#commit=e7819238ab11e038854028df3b45d2846a73afae" + resolution: "@cspotcode/source-map-support@https://github.com/cspotcode/node-source-map-support.git#commit=4bfe5cbbb90b012eace6147a9de5f1a587b36ac5" dependencies: "@jridgewell/trace-mapping": 0.3.9 - checksum: ac11efe455e0730a855538e1d44c662eb389ec47b5f2a047a6d3d8cf5c4f5e9b120a2acaed85b045053ca290367e7b3e42efe8ebf5e88e5f5eb05e0f0f8b2759 + checksum: ebf31a9a8b22d6e6f6267fb9cb085779fe2589f7dc2df6ec4aa4a9b482c28af69c398d9c8527ab121256b107a9ee71cab876eafc186a61d21855c6e12896174b languageName: node linkType: hard From b84960347de348404e313beac4e722a855aab043 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Sun, 8 May 2022 16:11:25 -0400 Subject: [PATCH 15/18] update snapshots; stop disabling the callsite fallback --- .../circusDeclarationErrors.test.ts.snap | 4 +-- .../customMatcherStackTrace.test.ts.snap | 2 +- .../__snapshots__/failures.test.ts.snap | 2 +- .../__snapshots__/testFailing.test.ts.snap | 30 +++++++++---------- .../__snapshots__/watch.test.js.snap | 2 +- packages/jest-runner/src/runTest.ts | 1 - .../src/__tests__/runtime_environment.test.js | 2 +- yarn.lock | 4 +-- 8 files changed, 23 insertions(+), 24 deletions(-) diff --git a/e2e/__tests__/__snapshots__/circusDeclarationErrors.test.ts.snap b/e2e/__tests__/__snapshots__/circusDeclarationErrors.test.ts.snap index 8ba905aa8d11..185e29218bcc 100644 --- a/e2e/__tests__/__snapshots__/circusDeclarationErrors.test.ts.snap +++ b/e2e/__tests__/__snapshots__/circusDeclarationErrors.test.ts.snap @@ -17,7 +17,7 @@ exports[`defining tests and hooks asynchronously throws 1`] = ` 15 | }); at eventHandler (../../packages/jest-circus/build/eventHandler.js:153:11) - at test (__tests__/asyncDefinition.test.js:12:5) + at __tests__/asyncDefinition.test.js:12:5 ● Test suite failed to run @@ -47,7 +47,7 @@ exports[`defining tests and hooks asynchronously throws 1`] = ` 21 | at eventHandler (../../packages/jest-circus/build/eventHandler.js:153:11) - at test (__tests__/asyncDefinition.test.js:18:3) + at __tests__/asyncDefinition.test.js:18:3 ● Test suite failed to run diff --git a/e2e/__tests__/__snapshots__/customMatcherStackTrace.test.ts.snap b/e2e/__tests__/__snapshots__/customMatcherStackTrace.test.ts.snap index 0abe52f61af6..2dcbd39445c8 100644 --- a/e2e/__tests__/__snapshots__/customMatcherStackTrace.test.ts.snap +++ b/e2e/__tests__/__snapshots__/customMatcherStackTrace.test.ts.snap @@ -41,7 +41,7 @@ exports[`works with custom matchers 1`] = ` at baz (__tests__/sync.test.js:45:13) at bar (__tests__/sync.test.js:43:23) at foo (__tests__/sync.test.js:42:23) - at callback (__tests__/sync.test.js:52:7) + at __tests__/sync.test.js:52:7 at Object.toCustomMatch (__tests__/sync.test.js:11:18) at Object. (__tests__/sync.test.js:53:8)" `; diff --git a/e2e/__tests__/__snapshots__/failures.test.ts.snap b/e2e/__tests__/__snapshots__/failures.test.ts.snap index 0f641be9ec55..76cbb8ea166b 100644 --- a/e2e/__tests__/__snapshots__/failures.test.ts.snap +++ b/e2e/__tests__/__snapshots__/failures.test.ts.snap @@ -299,7 +299,7 @@ exports[`works with assertions in separate files 1`] = ` 11 | }; 12 | - at shouldEqual (macros.js:10:15) + at Object..module.exports (macros.js:10:15) at Object. (__tests__/testMacro.test.js:13:3)" `; diff --git a/e2e/__tests__/__snapshots__/testFailing.test.ts.snap b/e2e/__tests__/__snapshots__/testFailing.test.ts.snap index 32a75730235d..06b2548ad412 100644 --- a/e2e/__tests__/__snapshots__/testFailing.test.ts.snap +++ b/e2e/__tests__/__snapshots__/testFailing.test.ts.snap @@ -29,7 +29,7 @@ exports[`works with all statuses 1`] = ` 15 | 16 | it.skip('skips', () => { - at Object.toBe (__tests__/statuses.test.js:13:14) + at Object. (__tests__/statuses.test.js:13:14) ● failing passes = fails @@ -43,7 +43,7 @@ exports[`works with all statuses 1`] = ` 40 | }); 41 | - at Object.failing (__tests__/statuses.test.js:38:4)" + at Object. (__tests__/statuses.test.js:38:4)" `; exports[`works with concurrent and only mode 1`] = ` @@ -66,8 +66,8 @@ exports[`works with concurrent and only mode 1`] = ` 15 | }); 16 | - at failing (__tests__/worksWithConcurrentOnlyMode.test.js:13:22) - at Object.describe (__tests__/worksWithConcurrentOnlyMode.test.js:8:1)" + at __tests__/worksWithConcurrentOnlyMode.test.js:13:22 + at Object. (__tests__/worksWithConcurrentOnlyMode.test.js:8:1)" `; exports[`works with concurrent mode 1`] = ` @@ -93,7 +93,7 @@ exports[`works with concurrent mode 1`] = ` 12 | 13 | it.concurrent.failing('failing passes = fails', () => { - at Object.toBe (__tests__/worksWithConcurrentMode.test.js:10:16) + at Object. (__tests__/worksWithConcurrentMode.test.js:10:16) ● block with concurrent › failing passes = fails @@ -107,8 +107,8 @@ exports[`works with concurrent mode 1`] = ` 15 | }); 16 | - at failing (__tests__/worksWithConcurrentMode.test.js:13:17) - at Object.describe (__tests__/worksWithConcurrentMode.test.js:8:1)" + at __tests__/worksWithConcurrentMode.test.js:13:17 + at Object. (__tests__/worksWithConcurrentMode.test.js:8:1)" `; exports[`works with only mode 1`] = ` @@ -143,8 +143,8 @@ exports[`works with only mode 1`] = ` 25 | }); 26 | - at failing (__tests__/worksWithOnlyMode.test.js:23:11) - at Object.describe (__tests__/worksWithOnlyMode.test.js:22:1) + at __tests__/worksWithOnlyMode.test.js:23:11 + at Object. (__tests__/worksWithOnlyMode.test.js:22:1) ● block with only in other it, should skip › failing test @@ -161,7 +161,7 @@ exports[`works with only mode 1`] = ` 45 | 46 | it('passing test but skipped', () => { - at Object.toBe (__tests__/worksWithOnlyMode.test.js:43:16) + at Object. (__tests__/worksWithOnlyMode.test.js:43:16) ● block with only with different syntax, should fail › failing passes = fails, should fail 1 @@ -175,8 +175,8 @@ exports[`works with only mode 1`] = ` 54 | }); 55 | - at failing (__tests__/worksWithOnlyMode.test.js:52:7) - at Object.describe (__tests__/worksWithOnlyMode.test.js:51:1) + at __tests__/worksWithOnlyMode.test.js:52:7 + at Object. (__tests__/worksWithOnlyMode.test.js:51:1) ● block with only with different syntax, should fail › failing passes = fails, should fail 2 @@ -190,8 +190,8 @@ exports[`works with only mode 1`] = ` 58 | }); 59 | - at failing (__tests__/worksWithOnlyMode.test.js:56:13) - at Object.describe (__tests__/worksWithOnlyMode.test.js:51:1)" + at __tests__/worksWithOnlyMode.test.js:56:13 + at Object. (__tests__/worksWithOnlyMode.test.js:51:1)" `; exports[`works with skip mode 1`] = ` @@ -222,5 +222,5 @@ exports[`works with skip mode 1`] = ` 16 | 17 | it.skip('passing test', () => { - at Object.toBe (__tests__/worksWithSkipMode.test.js:14:16)" + at Object. (__tests__/worksWithSkipMode.test.js:14:16)" `; diff --git a/packages/jest-core/src/__tests__/__snapshots__/watch.test.js.snap b/packages/jest-core/src/__tests__/__snapshots__/watch.test.js.snap index ec0787f9362a..b6718ce48fd7 100644 --- a/packages/jest-core/src/__tests__/__snapshots__/watch.test.js.snap +++ b/packages/jest-core/src/__tests__/__snapshots__/watch.test.js.snap @@ -57,7 +57,7 @@ exports[`Watch mode flows makes watch plugin initialization errors look nice 1`] initialization error - at Object._shouldMockModuleCache (__fixtures__/watchPluginThrows.js:8:7) + at Object. (__fixtures__/watchPluginThrows.js:8:7) ] `; diff --git a/packages/jest-runner/src/runTest.ts b/packages/jest-runner/src/runTest.ts index 341cbebae045..ffc470ede608 100644 --- a/packages/jest-runner/src/runTest.ts +++ b/packages/jest-runner/src/runTest.ts @@ -215,7 +215,6 @@ async function runTestInternal( } const sourcemapOptions: sourcemapSupport.Options = { - callsiteFallback: false, environment: 'node', handleUncaughtExceptions: false, retrieveSourceMap: source => { diff --git a/packages/jest-runtime/src/__tests__/runtime_environment.test.js b/packages/jest-runtime/src/__tests__/runtime_environment.test.js index 6b3057f403bc..cd567c0fdc8d 100644 --- a/packages/jest-runtime/src/__tests__/runtime_environment.test.js +++ b/packages/jest-runtime/src/__tests__/runtime_environment.test.js @@ -23,7 +23,7 @@ describe('Runtime', () => { runtime.requireModule(runtime.__mockRootPath, './throwing.js'); } catch (err) { hasThrown = true; - expect(err.stack).toMatch(/^Error: throwing\s+at Object\.call/); + expect(err.stack).toMatch(/^Error: throwing\s+at Object\. /); } expect(hasThrown).toBe(true); }); diff --git a/yarn.lock b/yarn.lock index 74a5a435ea38..7825dd21a711 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1876,10 +1876,10 @@ __metadata: "@cspotcode/source-map-support@https://github.com/cspotcode/node-source-map-support#fix-function-name-fallbacks": version: 0.8.1 - resolution: "@cspotcode/source-map-support@https://github.com/cspotcode/node-source-map-support.git#commit=4bfe5cbbb90b012eace6147a9de5f1a587b36ac5" + resolution: "@cspotcode/source-map-support@https://github.com/cspotcode/node-source-map-support.git#commit=2bf19fc732cae7a42116a764ffce087b9dda471a" dependencies: "@jridgewell/trace-mapping": 0.3.9 - checksum: ebf31a9a8b22d6e6f6267fb9cb085779fe2589f7dc2df6ec4aa4a9b482c28af69c398d9c8527ab121256b107a9ee71cab876eafc186a61d21855c6e12896174b + checksum: c1af9a39c1be6f7a9dd0e570dfca439ef22e52d380aade29bcb3a89d5597879fb03ad43fbd3afab7adaba8fa0d5afc53347d079f92441c7de492d70f5c9fa66b languageName: node linkType: hard From 9773c13efb9c2e35bebd6b530a927d8ebeef0666 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Sun, 8 May 2022 16:26:57 -0400 Subject: [PATCH 16/18] fix? --- cspotcode-source-map-support-0.8.1.tgz | Bin 0 -> 31599 bytes packages/jest-runner/package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 cspotcode-source-map-support-0.8.1.tgz diff --git a/cspotcode-source-map-support-0.8.1.tgz b/cspotcode-source-map-support-0.8.1.tgz new file mode 100644 index 0000000000000000000000000000000000000000..d77e8b8cb4222804c2aa0b042f549aada359afc7 GIT binary patch literal 31599 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 literal 0 HcmV?d00001 diff --git a/packages/jest-runner/package.json b/packages/jest-runner/package.json index 8acb42d7619d..1b6e6132f15e 100644 --- a/packages/jest-runner/package.json +++ b/packages/jest-runner/package.json @@ -17,7 +17,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@cspotcode/source-map-support": "https://github.com/cspotcode/node-source-map-support#fix-function-name-fallbacks", + "@cspotcode/source-map-support": "../../cspotcode-source-map-support-0.8.1.tgz", "@jest/console": "^28.1.0", "@jest/environment": "^28.1.0", "@jest/test-result": "^28.1.0", diff --git a/yarn.lock b/yarn.lock index 7825dd21a711..9023e71cace5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1874,9 +1874,9 @@ __metadata: languageName: node linkType: hard -"@cspotcode/source-map-support@https://github.com/cspotcode/node-source-map-support#fix-function-name-fallbacks": +"@cspotcode/source-map-support@file:../../cspotcode-source-map-support-0.8.1.tgz::locator=jest-runner%40workspace%3Apackages%2Fjest-runner": version: 0.8.1 - resolution: "@cspotcode/source-map-support@https://github.com/cspotcode/node-source-map-support.git#commit=2bf19fc732cae7a42116a764ffce087b9dda471a" + resolution: "@cspotcode/source-map-support@file:../../cspotcode-source-map-support-0.8.1.tgz::locator=jest-runner%40workspace%3Apackages%2Fjest-runner" dependencies: "@jridgewell/trace-mapping": 0.3.9 checksum: c1af9a39c1be6f7a9dd0e570dfca439ef22e52d380aade29bcb3a89d5597879fb03ad43fbd3afab7adaba8fa0d5afc53347d079f92441c7de492d70f5c9fa66b @@ -13470,7 +13470,7 @@ __metadata: version: 0.0.0-use.local resolution: "jest-runner@workspace:packages/jest-runner" dependencies: - "@cspotcode/source-map-support": "https://github.com/cspotcode/node-source-map-support#fix-function-name-fallbacks" + "@cspotcode/source-map-support": ../../cspotcode-source-map-support-0.8.1.tgz "@jest/console": ^28.1.0 "@jest/environment": ^28.1.0 "@jest/test-result": ^28.1.0 From df9dab9c650a20270bb3a523ebd523cbf21f8ec1 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Sun, 8 May 2022 16:51:02 -0400 Subject: [PATCH 17/18] update snapshot that I missed; remove legacy source-map-support dep --- .../customMatcherStackTrace.test.ts.snap | 2 +- packages/jest-runner/package.json | 1 - yarn.lock | 11 ----------- 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/e2e/__tests__/__snapshots__/customMatcherStackTrace.test.ts.snap b/e2e/__tests__/__snapshots__/customMatcherStackTrace.test.ts.snap index 2dcbd39445c8..0abe52f61af6 100644 --- a/e2e/__tests__/__snapshots__/customMatcherStackTrace.test.ts.snap +++ b/e2e/__tests__/__snapshots__/customMatcherStackTrace.test.ts.snap @@ -41,7 +41,7 @@ exports[`works with custom matchers 1`] = ` at baz (__tests__/sync.test.js:45:13) at bar (__tests__/sync.test.js:43:23) at foo (__tests__/sync.test.js:42:23) - at __tests__/sync.test.js:52:7 + at callback (__tests__/sync.test.js:52:7) at Object.toCustomMatch (__tests__/sync.test.js:11:18) at Object. (__tests__/sync.test.js:53:8)" `; diff --git a/packages/jest-runner/package.json b/packages/jest-runner/package.json index 1b6e6132f15e..696dd10f546b 100644 --- a/packages/jest-runner/package.json +++ b/packages/jest-runner/package.json @@ -37,7 +37,6 @@ "jest-util": "^28.1.0", "jest-watcher": "^28.1.0", "jest-worker": "^28.1.0", - "source-map-support": "0.5.13", "throat": "^6.0.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 9023e71cace5..94000a0c68e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13494,7 +13494,6 @@ __metadata: jest-util: ^28.1.0 jest-watcher: ^28.1.0 jest-worker: ^28.1.0 - source-map-support: 0.5.13 throat: ^6.0.1 tsd-lite: ^0.5.1 languageName: unknown @@ -20274,16 +20273,6 @@ __metadata: languageName: node linkType: hard -"source-map-support@npm:0.5.13": - version: 0.5.13 - resolution: "source-map-support@npm:0.5.13" - dependencies: - buffer-from: ^1.0.0 - source-map: ^0.6.0 - checksum: 933550047b6c1a2328599a21d8b7666507427c0f5ef5eaadd56b5da0fd9505e239053c66fe181bf1df469a3b7af9d775778eee283cbb7ae16b902ddc09e93a97 - languageName: node - linkType: hard - "source-map-support@npm:^0.5.16, source-map-support@npm:~0.5.20": version: 0.5.21 resolution: "source-map-support@npm:0.5.21" From e878686ec21501a0cf68727ff8d9c55a744985f1 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Sun, 8 May 2022 17:17:32 -0400 Subject: [PATCH 18/18] update jasmine snapshots --- .../testFailingJasmine.test.ts.snap | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/e2e/__tests__/__snapshots__/testFailingJasmine.test.ts.snap b/e2e/__tests__/__snapshots__/testFailingJasmine.test.ts.snap index b4afcb588c50..233105cd261e 100644 --- a/e2e/__tests__/__snapshots__/testFailingJasmine.test.ts.snap +++ b/e2e/__tests__/__snapshots__/testFailingJasmine.test.ts.snap @@ -14,7 +14,7 @@ exports[`throws an error about unsupported modifier 1`] = ` 24 | }); 25 | - at Object.failing (__tests__/statuses.test.js:22:4) + at Object. (__tests__/statuses.test.js:22:4) FAIL __tests__/worksWithConcurrentMode.test.js ● block with concurrent › failing test @@ -32,7 +32,7 @@ FAIL __tests__/worksWithConcurrentMode.test.js 12 | 13 | it.concurrent.failing('failing passes = fails', () => { - at Object.toBe (__tests__/worksWithConcurrentMode.test.js:10:16) + at Object. (__tests__/worksWithConcurrentMode.test.js:10:16) FAIL __tests__/worksWithConcurrentOnlyMode.test.js ● block with concurrent › skipped failing test @@ -50,7 +50,7 @@ FAIL __tests__/worksWithConcurrentOnlyMode.test.js 12 | 13 | it.concurrent.only.failing('failing passes = fails', () => { - at Object.toBe (__tests__/worksWithConcurrentOnlyMode.test.js:10:16) + at Object. (__tests__/worksWithConcurrentOnlyMode.test.js:10:16) FAIL __tests__/worksWithOnlyMode.test.js ● block with only, should pass › encountered a declaration exception @@ -65,8 +65,8 @@ FAIL __tests__/worksWithOnlyMode.test.js 11 | }); 12 | - at Suite.failing (__tests__/worksWithOnlyMode.test.js:9:11) - at Object.describe (__tests__/worksWithOnlyMode.test.js:8:1) + at Suite. (__tests__/worksWithOnlyMode.test.js:9:11) + at Object. (__tests__/worksWithOnlyMode.test.js:8:1) ● block with only, should fail › encountered a declaration exception @@ -80,8 +80,8 @@ FAIL __tests__/worksWithOnlyMode.test.js 25 | }); 26 | - at Suite.failing (__tests__/worksWithOnlyMode.test.js:23:11) - at Object.describe (__tests__/worksWithOnlyMode.test.js:22:1) + at Suite. (__tests__/worksWithOnlyMode.test.js:23:11) + at Object. (__tests__/worksWithOnlyMode.test.js:22:1) ● block with only in other it, should skip › encountered a declaration exception @@ -95,8 +95,8 @@ FAIL __tests__/worksWithOnlyMode.test.js 39 | }); 40 | - at Suite.failing (__tests__/worksWithOnlyMode.test.js:37:6) - at Object.describe (__tests__/worksWithOnlyMode.test.js:36:1) + at Suite. (__tests__/worksWithOnlyMode.test.js:37:6) + at Object. (__tests__/worksWithOnlyMode.test.js:36:1) ● block with only with different syntax, should fail › encountered a declaration exception @@ -110,8 +110,8 @@ FAIL __tests__/worksWithOnlyMode.test.js 54 | }); 55 | - at Suite.failing (__tests__/worksWithOnlyMode.test.js:52:7) - at Object.describe (__tests__/worksWithOnlyMode.test.js:51:1) + at Suite. (__tests__/worksWithOnlyMode.test.js:52:7) + at Object. (__tests__/worksWithOnlyMode.test.js:51:1) FAIL __tests__/worksWithSkipMode.test.js ● block with only, should pass › encountered a declaration exception @@ -126,8 +126,8 @@ FAIL __tests__/worksWithSkipMode.test.js 11 | }); 12 | - at Suite.failing (__tests__/worksWithSkipMode.test.js:9:11) - at Object.describe (__tests__/worksWithSkipMode.test.js:8:1) + at Suite. (__tests__/worksWithSkipMode.test.js:9:11) + at Object. (__tests__/worksWithSkipMode.test.js:8:1) ● block with only, should fail › encountered a declaration exception @@ -141,6 +141,6 @@ FAIL __tests__/worksWithSkipMode.test.js 29 | }); 30 | - at Suite.failing (__tests__/worksWithSkipMode.test.js:27:11) - at Object.describe (__tests__/worksWithSkipMode.test.js:26:1)" + at Suite. (__tests__/worksWithSkipMode.test.js:27:11) + at Object. (__tests__/worksWithSkipMode.test.js:26:1)" `;