boring-stack
boring-stack copied to clipboard
Not showing errors diff and formatted error stacks in tests
Description
Hi, tests are still running/waiting without exiting and returning duration of tests and errors diff.
When I removed presetSails(), then errors messages from tests are showing, and tests successfully finished.
bin/test.js
plugins: [**presetSails()**, assert(), runFailedTests(), apiClient('http://localhost:3333')]
Current behavior
Tests are still running/waiting without exiting and returning duration of tests and errors diff.
Expected behavior
I want to achieve how it works in Japa.dev documentation
Replace space in square bracket with
xe.g[x]
[x] I have checked and this issue does not exist
Thanks for submitting this @MaNi4 I'll take a look shortly.
Hey @MaNi4 I am researching moving off Japa to the build in node:test and Playwright for testing in The Boring JavaScript Stack, I will close this issue because of that.