Skip to content

Commit 575d843

Browse files
committed
Remove integration tests.
1 parent 3963d1d commit 575d843

File tree

13 files changed

+0
-184
lines changed

13 files changed

+0
-184
lines changed

packages/node-integration-tests/.gitignore

-1
This file was deleted.

packages/node-integration-tests/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,14 @@
88
"private": true,
99
"scripts": {
1010
"clean": "rimraf -g **/node_modules",
11-
"prisma:init": "(cd suites/tracing/prisma-orm && ./setup.sh)",
1211
"lint": "run-s lint:prettier lint:eslint",
1312
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
1413
"lint:prettier": "prettier --check \"{suites,utils}/**/*.ts\"",
1514
"type-check": "tsc",
16-
"pretest": "run-s --silent prisma:init",
1715
"test": "jest --runInBand --forceExit",
1816
"test:watch": "yarn test --watch"
1917
},
2018
"dependencies": {
21-
"@prisma/client": "^3.12.0",
2219
"@types/mongodb": "^3.6.20",
2320
"@types/mysql": "^2.15.21",
2421
"@types/pg": "^8.6.5",

packages/node-integration-tests/suites/tracing/prisma-orm/docker-compose.yml

-13
This file was deleted.

packages/node-integration-tests/suites/tracing/prisma-orm/package.json

-22
This file was deleted.

packages/node-integration-tests/suites/tracing/prisma-orm/prisma/migrations/migration_lock.toml

-3
This file was deleted.

packages/node-integration-tests/suites/tracing/prisma-orm/prisma/migrations/sentry_test/migration.sql

-12
This file was deleted.

packages/node-integration-tests/suites/tracing/prisma-orm/prisma/schema.prisma

-15
This file was deleted.

packages/node-integration-tests/suites/tracing/prisma-orm/scenario.ts

-48
This file was deleted.

packages/node-integration-tests/suites/tracing/prisma-orm/setup.sh

-10
This file was deleted.

packages/node-integration-tests/suites/tracing/prisma-orm/test.ts

-17
This file was deleted.

packages/node-integration-tests/suites/tracing/prisma-orm/yarn.lock

-27
This file was deleted.

packages/tracing/src/hubextensions.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable max-lines */
21
import { getMainCarrier, Hub } from '@sentry/hub';
32
import {
43
CustomSamplingContext,

yarn.lock

-12
Original file line numberDiff line numberDiff line change
@@ -3292,18 +3292,6 @@
32923292
resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.12.tgz#431ec342a7195622f86688bbda82e3166ce8cb28"
32933293
integrity sha512-6RglhutqrGFMO1MNUXp95RBuYIuc8wTnMAV5MUhLmjTOy78ncwOw7RgeQ/HeymkKXRhZd0s2DNrM1rL7unk3MQ==
32943294

3295-
"@prisma/client@^3.12.0":
3296-
version "3.12.0"
3297-
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-3.12.0.tgz#a0eb49ffea5c128dd11dffb896d7139a60073d12"
3298-
integrity sha512-4NEQjUcWja/NVBvfuDFscWSk1/rXg3+wj+TSkqXCb1tKlx/bsUE00rxsvOvGg7VZ6lw1JFpGkwjwmsOIc4zvQw==
3299-
dependencies:
3300-
"@prisma/engines-version" "3.12.0-37.22b822189f46ef0dc5c5b503368d1bee01213980"
3301-
3302-
"@prisma/engines-version@3.12.0-37.22b822189f46ef0dc5c5b503368d1bee01213980":
3303-
version "3.12.0-37.22b822189f46ef0dc5c5b503368d1bee01213980"
3304-
resolved "https://registry.yarnpkg.com/@prisma/engines-version/-/engines-version-3.12.0-37.22b822189f46ef0dc5c5b503368d1bee01213980.tgz#829ca3d9d0d92555f44644606d4edfd45b2f5886"
3305-
integrity sha512-o+jo8d7ZEiVpcpNWUDh3fj2uPQpBxl79XE9ih9nkogJbhw6P33274SHnqheedZ7PyvPIK/mvU8MLNYgetgXPYw==
3306-
33073295
"@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2":
33083296
version "1.1.2"
33093297
resolved "https://registry.yarnpkg.com/@protobufjs/aspromise/-/aspromise-1.1.2.tgz#9b8b0cc663d669a7d8f6f5d0893a14d348f30fbf"

0 commit comments

Comments
 (0)