Closed Tomas2D closed 2 months ago
Ref: #7
This PR alters Vitest logging in a way such that when there is FrameworkError, we print the whole error so one can see what really happened. Prior to this PR, one could only see the error message.
FrameworkError
yarn lint
yarn lint:fix
yarn format
yarn format:fix
yarn test:unit
yarn test:e2e
Which issue(s) does this pull-request address?
Ref: #7
Description
This PR alters Vitest logging in a way such that when there is
FrameworkError
, we print the whole error so one can see what really happened. Prior to this PR, one could only see the error message.Checklist
yarn lint
oryarn lint:fix
yarn format
oryarn format:fix
yarn test:unit
yarn test:e2e