Files
bun.sh/test/js/bun
pfg 100ab8c503 Fix "test failing but passed" arrow pointing to the wrong test (#21502)
Before:

```
      failing-test-passes.fixture.ts:
        ^ this test is marked as failing but it passed. Remove \`.failing\` if tested behavior now works
      (fail) This should fail but it doesnt [0.24ms]
        ^ this test is marked as failing but it passed. Remove \`.failing\` if tested behavior now works
      (fail) This should fail but it doesnt (async) [0.23ms]
```

After:

```
      failing-test-passes.fixture.ts:
      (fail) This should fail but it doesnt [0.24ms]
        ^ this test is marked as failing but it passed. Remove \`.failing\` if tested behavior now works
      (fail) This should fail but it doesnt (async) [0.23ms]
        ^ this test is marked as failing but it passed. Remove \`.failing\` if tested behavior now works
```

Adds a snapshot test

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-30 23:50:06 -07:00
..
2025-06-03 22:08:51 -07:00
2025-07-29 18:07:15 -07:00
2025-01-21 10:28:35 -08:00
2025-07-29 18:07:15 -07:00
2025-05-26 21:18:22 -07:00
2025-07-16 19:46:31 -07:00
2025-07-15 17:18:46 -07:00
2025-01-17 22:08:07 -08:00
2024-12-27 14:07:41 -08:00