Skip to content

Commit 4767e70

Browse files
committed
Fix linter
1 parent c692c02 commit 4767e70

File tree

6 files changed

+0
-8
lines changed

6 files changed

+0
-8
lines changed

dev-packages/node-integration-tests/suites/tracing/postgresjs/scenario-requestHook.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@ async function run() {
3636
);
3737
}
3838

39-
// eslint-disable-next-line @typescript-eslint/no-floating-promises
4039
run();

dev-packages/node-integration-tests/suites/tracing/postgresjs/scenario-requestHook.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@ async function run() {
3636
);
3737
}
3838

39-
// eslint-disable-next-line @typescript-eslint/no-floating-promises
4039
run();

dev-packages/node-integration-tests/suites/tracing/postgresjs/scenario-unsafe.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@ async function run() {
3333
);
3434
}
3535

36-
// eslint-disable-next-line @typescript-eslint/no-floating-promises
3736
run();

dev-packages/node-integration-tests/suites/tracing/postgresjs/scenario-url.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,4 @@ async function run() {
7171
);
7272
}
7373

74-
// eslint-disable-next-line @typescript-eslint/no-floating-promises
7574
run();

dev-packages/node-integration-tests/suites/tracing/postgresjs/scenario.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,4 @@ async function run() {
7070
);
7171
}
7272

73-
// eslint-disable-next-line @typescript-eslint/no-floating-promises
7473
run();

dev-packages/node-integration-tests/suites/tracing/postgresjs/test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import { afterAll, describe, expect, test } from 'vitest';
22
import { cleanupChildProcesses, createRunner } from '../../../utils/runner';
33

4-
const EXISTING_TEST_EMAIL = 'bar@baz.com';
5-
const NON_EXISTING_TEST_EMAIL = 'foo@baz.com';
6-
74
describe('postgresjs auto instrumentation', () => {
85
afterAll(() => {
96
cleanupChildProcesses();

0 commit comments

Comments
 (0)