Skip to content

Commit 5eea904

Browse files
committed
Exclude integration from unit tests
1 parent 0fc97ee commit 5eea904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"clean:all": "nx run-many --target=clean:all --all && yarn",
3333
"test": "nx run-many --target=test --all --exclude=@sentry-internal/bundler-plugin-e2e-tests",
3434
"test:all": "nx run-many --target=test --all",
35-
"test:unit": "nx run-many --target=test --all --exclude=@sentry-internal/integration-tests,@sentry-internal/bundler-plugin-e2e-tests",
35+
"test:unit": "nx run-many --target=test --all --exclude=@sentry-internal/integration-tests,@sentry-internal/integration-tests-next,@sentry-internal/bundler-plugin-e2e-tests",
3636
"test:integration": "nx run @sentry-internal/integration-tests:test",
3737
"test:integration-next": "nx run @sentry-internal/integration-tests-next:test",
3838
"test:e2e": "nx run @sentry-internal/bundler-plugin-e2e-tests:test",

0 commit comments

Comments
 (0)