Extracted runnable resource management out of Env

This commit is contained in:
Steve Gravrock
2021-11-21 13:19:06 -08:00
parent 789736dd02
commit 55dce7d119
7 changed files with 907 additions and 346 deletions

View File

@@ -1354,6 +1354,7 @@ describe('Env integration', function() {
env.it('spec 1', secondSpec);
});
env.configure({ random: false });
await env.execute();
expect(firstSpec).toHaveBeenCalled();