Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju authored and ry committed Apr 9, 2019
1 parent 26f1f18 commit e42d6b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testing/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { runTests } from "./mod.ts";
async function main() {
// Testing entire test suite serially
await runTests();
// Testing parallel execution on a subset that does not depend on exec order
await runTests({ parallel: true, only: /^testing/ });
}

main();

0 comments on commit e42d6b8

Please sign in to comment.