-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We use the same bootstrap vat files multiple times in this test file, so this amortizes the bundling cost up front. We were previously doing this for the kernel bundles, but this adds the vat bundles too. I also changed the tests to run serially (using `test.serial()` instead of `test()`), because we aren't speeding anything up by thrashing around among a dozen simultaneous tests. JS remains single-threaded (and threads remain evil).
- Loading branch information
Showing
1 changed file
with
36 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters