-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Jest's default reporter shows each test result with --verbose option like as:
PASS tests/foo.test.ts
Test for Foo class
✔ test a
✔ test b
✔ test c
PASS tests/bar.test.ts
Test for Bar class
✔ test d
✔ test e
✔ test f
I couldn't find any options of the plugin to get such results.
When I try to run jest with the option like as jest --verbose, the plugin didn't work and all console logs and errors were output.
If I don't use --varbose option, I can get only results for each test suite like as:
PASS tests/foo.test.ts
PASS tests/bar.test.ts
How can I get results for each test(not only for each test suite) with this reporter plugin?
Regards.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels