Closed kenenisa closed 1 year ago
Right now you can't do that To be able to run the tests within the vscode test explorer, you need version 3.0.0 of Japa which is ESM only, and therefore incompatible with Adonis 5
Closing the issue, feel free to re-open if needed
I see on the
Instructions
section there isbut i can't seem to find
ndjson
nor the package@japa/reporters
. All i can find is@japa/spec-reporter
which is used for the spec reporter. I am using japa with adonisjs so i'm configuring japa throughtests/bootstrap.ts
. I can add reporters hereBut i don't know how to add ndjson here. help?