Skip to content

Commit abc7748

Browse files
Changes from lint:fix
1 parent 60c0599 commit abc7748

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

test-packages/integration-tests/test/odata-negative-case.spec.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ import {
88

99
// TODO use fs-mock
1010
describe('odata negative tests', () => {
11-
const pathToGenerator = require.resolve(
12-
'@sap-cloud-sdk/generator/dist/cli.js'
13-
);
11+
const pathToGenerator =
12+
require.resolve('@sap-cloud-sdk/generator/dist/cli.js');
1413
const testDir = join(testOutputRootDir, 'odata-negative');
1514

1615
beforeAll(async () => {

test-packages/integration-tests/test/openapi-negative-case.spec.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ import {
88

99
// TODO use fs-mock here
1010
describe('openapi negative tests', () => {
11-
const pathToGenerator = require.resolve(
12-
'@sap-cloud-sdk/openapi-generator/dist/cli.js'
13-
);
11+
const pathToGenerator =
12+
require.resolve('@sap-cloud-sdk/openapi-generator/dist/cli.js');
1413

1514
const testDir = join(testOutputRootDir, 'openapi-negative');
1615
beforeAll(async () => {

0 commit comments

Comments
 (0)