diff --git a/packages/tracing/test/integrations/mongo.test.ts b/packages/tracing/test/integrations/node/mongo.test.ts similarity index 96% rename from packages/tracing/test/integrations/mongo.test.ts rename to packages/tracing/test/integrations/node/mongo.test.ts index 0d4473f53dad..521e922b4f89 100644 --- a/packages/tracing/test/integrations/mongo.test.ts +++ b/packages/tracing/test/integrations/node/mongo.test.ts @@ -1,8 +1,8 @@ /* eslint-disable @typescript-eslint/unbound-method */ import { Hub, Scope } from '@sentry/hub'; -import { Mongo } from '../../src/integrations/node/mongo'; -import { Span } from '../../src/span'; +import { Mongo } from '../../../src/integrations/node/mongo'; +import { Span } from '../../../src/span'; class Collection { public collectionName: string = 'mockedCollectionName'; diff --git a/packages/tracing/test/integrations/postgres.test.ts b/packages/tracing/test/integrations/node/postgres.test.ts similarity index 96% rename from packages/tracing/test/integrations/postgres.test.ts rename to packages/tracing/test/integrations/node/postgres.test.ts index 6aa5e5e5b63b..d8c335f54d88 100644 --- a/packages/tracing/test/integrations/postgres.test.ts +++ b/packages/tracing/test/integrations/node/postgres.test.ts @@ -1,8 +1,8 @@ /* eslint-disable @typescript-eslint/unbound-method */ import { Hub, Scope } from '@sentry/hub'; -import { Postgres } from '../../src/integrations/node/postgres'; -import { Span } from '../../src/span'; +import { Postgres } from '../../../src/integrations/node/postgres'; +import { Span } from '../../../src/span'; class PgClient { // https://node-postgres.com/api/client#clientquery