Skip to content

Commit

Permalink
test: fix missing reports
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrosenberg committed Mar 15, 2022
1 parent 84c9301 commit 8a17d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suite/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
async function run() {
const { probs } = await import("probs");

await probs([__dirname + "/integration"], { runner: "main", concurrency: 1 });
await probs([__dirname + "/integration"], { runner: "main", concurrency: 1, reporter: 'consoleReporter' });
}

module.exports = {
Expand Down

0 comments on commit 8a17d5d

Please sign in to comment.