(no title)
thedumbname | 3 years ago
% bun test bun test v0.5.7 (5929daee)
17 | expect([...] ^ error: Not implemented
error: Unexpected ? ?PNG ^ [...]/a.png:1:1 0
zsh: segmentation fault bun test
thedumbname | 3 years ago
% bun test bun test v0.5.7 (5929daee)
17 | expect([...] ^ error: Not implemented
error: Unexpected ? ?PNG ^ [...]/a.png:1:1 0
zsh: segmentation fault bun test
Jarred|3 years ago
It looks like some code is importing a .png file and then some other issue (likely related to that) is causing a crash in the test runner
Can you file an issue on https://github.com/oven-sh/bun/issues/new?assignees=&labels=... with sample code reproducing it? Happy to take a look