5 ms·
Is it expected to work in the real world? I don't think so % bun test bun test v0.5.7 (5929daee) 17 | expect([...] ^ error: Not implemente
by thedumbname 4y ago
Is it expected to work in the real world? I don't think so
% 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 4y agoSorry about this 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=bug&template=2-bug-report.yml https://github.com/oven-sh/bun/issues/new?assignees=&labels=... with sample code reproducing it? Happy to take a look