Skip to content

Commit 096d874

Browse files
committed
Lint
1 parent d8037de commit 096d874

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

dev-packages/node-integration-tests/suites/child-process/fork.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const Sentry = require('@sentry/node');
1+
const Sentry = require('@sentry/node');
22
const { loggingTransport } = require('@sentry-internal/node-integration-tests');
33
const path = require('path');
44
const { fork } = require('child_process');

dev-packages/node-integration-tests/suites/child-process/fork.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import * as Sentry from '@sentry/node';
2-
import { loggingTransport } from '@sentry-internal/node-integration-tests';
3-
import * as path from 'path';
41
import { fork } from 'child_process';
2+
import * as path from 'path';
3+
import { loggingTransport } from '@sentry-internal/node-integration-tests';
4+
import * as Sentry from '@sentry/node';
55

66
const __dirname = new URL('.', import.meta.url).pathname;
77

dev-packages/node-integration-tests/suites/child-process/worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const Sentry = require('@sentry/node');
1+
const Sentry = require('@sentry/node');
22
const { loggingTransport } = require('@sentry-internal/node-integration-tests');
33
const path = require('path');
44
const { Worker } = require('worker_threads');

dev-packages/node-integration-tests/suites/child-process/worker.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import * as Sentry from '@sentry/node';
2-
import { loggingTransport } from '@sentry-internal/node-integration-tests';
31
import * as path from 'path';
2+
import { loggingTransport } from '@sentry-internal/node-integration-tests';
3+
import * as Sentry from '@sentry/node';
44
import { Worker } from 'worker_threads';
55

66
const __dirname = new URL('.', import.meta.url).pathname;

0 commit comments

Comments
 (0)