From edc33c9dd8f90da61181c73b73e670ddae750413 Mon Sep 17 00:00:00 2001 From: Katie Byers Date: Tue, 14 Sep 2021 09:51:31 -0700 Subject: [PATCH] move test files to match new module locations --- packages/tracing/test/integrations/{ => node}/mongo.test.ts | 4 ++-- .../tracing/test/integrations/{ => node}/postgres.test.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename packages/tracing/test/integrations/{ => node}/mongo.test.ts (96%) rename packages/tracing/test/integrations/{ => node}/postgres.test.ts (96%) 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