sailscastshq / boring-stack

Ship JavaScript products with battle-tested technologies in days not weeks.
https://docs.sailscasts.com/boring-stack/getting-started
MIT License
390 stars 19 forks source link

Not showing errors diff and formatted error stacks in tests #97

Open MaNi4 opened 5 months ago

MaNi4 commented 5 months ago

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 x e.g [x]

[x] I have checked and this issue does not exist

DominusKelvin commented 5 months ago

Thanks for submitting this @MaNi4 I'll take a look shortly.