Skip to content

Commit 2d37818

Browse files
chore(deps-dev): bump jest from 30.0.5 to 30.2.0 (#6089)
* chore(deps-dev): bump jest from 30.0.5 to 30.2.0 Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 30.0.5 to 30.2.0. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix: update snapshot * chore: handle additional snapshots --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Knaack <david.knaack@sap.com>
1 parent 5ff16b0 commit 2d37818

File tree

20 files changed

+367
-364
lines changed

20 files changed

+367
-364
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"eslint": "^8.57.1",
103103
"execa": "^5.0.0",
104104
"glob": "^11.0.3",
105-
"jest": "^30.0.5",
105+
"jest": "^30.2.0",
106106
"jest-junit": "^16.0.0",
107107
"license-checker": "^25.0.1",
108108
"madge": "^8.0.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`register-destination without XSUAA binding throws an error if there is a JWT, but no tenant ID could be identified 1`] = `"Could not determine tenant from JWT nor XSUAA, identity or destination service binding. Destination is registered without tenant information."`;

packages/generator-common/src/sdk-metadata/__snapshots__/sdk-metadata.spec.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[`sdk-metadata generates the File names 1`] = `
44
{

packages/generator/src/generator-without-ts-morph/entity-api/__snapshots__/class.spec.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[`entity api class gets proper class content 1`] = `
44
"export class BreakfastApi<DeSerializersT extends DeSerializers = DefaultDeSerializers> implements

packages/generator/src/generator-without-ts-morph/entity-api/__snapshots__/file.spec.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[`entity api file gets proper file 1`] = `
44
"import { Breakfast } from './Breakfast';

packages/generator/src/generator-without-ts-morph/entity-api/__snapshots__/schema.spec.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[`entity api schema gets proper schema 1`] = `
44
"{

packages/generator/src/sdk-metadata/__snapshots__/generation-and-usage.spec.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[`generation-and-usage create api specific usage for action import 1`] = `
44
"import { dummyActionImport, dummyParamType } from './generated/dummy-service/operations';
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`pregenerated-lib returns description of the service 1`] = `"SAP Cloud SDK for JavaScript: Generated client for service ApiTestSrv"`;

packages/generator/src/sdk-metadata/__snapshots__/sdk-metadata.spec.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[`pregenerated-lib returns description of the service 1`] = `"SAP Cloud SDK for JavaScript: Generated client for service ApiTestSrv"`;
44

packages/odata-common/src/request-builder/batch/__snapshots__/batch-request-serializer.spec.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[`batch request serializer serializeBatchRequest serializes payload for batch subrequests 1`] = `
44
"--batch_fixed_boundary_for_testing

0 commit comments

Comments
 (0)