You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, I only want to run integration tests sometimes, because they're 10x-50x slower and have external dependencies.
I can filter tests with bun test integration to match example.integration.test.ts.
But I cannot filter integration tests from running when calling bun test.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For example, I only want to run integration tests sometimes, because they're 10x-50x slower and have external dependencies.
I can filter tests with
bun test integration
to matchexample.integration.test.ts
.But I cannot filter integration tests from running when calling
bun test
.Beta Was this translation helpful? Give feedback.
All reactions