Skip to content

Commit

Permalink
⚡️ test: Use parallel: true to enable parallel testing
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed May 21, 2019
1 parent 826040f commit cb051d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "./lit_ntml/mod_test.ts";
import "./polling_observer/mod_test.ts";

async function test() {
await runTests();
await runTests({ parallel: true });
}

test();

0 comments on commit cb051d5

Please sign in to comment.