Skip to content

Commit f2f90c0

Browse files
JPeer264isaacs
andcommitted
fixup! test(bun): Run the Bun-only suites with the shared Node runner
Co-authored-by: isaacs <i@izs.me>
1 parent 413b4d1 commit f2f90c0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • dev-packages/bun-integration-tests/suites/is-localhost

‎dev-packages/bun-integration-tests/suites/is-localhost/test.ts‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ afterAll(() => {
1010
test('sets sentry.is_localhost on every streamed span', async () => {
1111
const runner = createRunner(__dirname, 'index.ts')
1212
.withMockSentryServer()
13-
.unordered()
1413
.expect({
1514
span: container => {
1615
expect(container.items.some(span => span.is_segment)).toBe(true);

0 commit comments

Comments
 (0)