Extracted runnable resource management out of Env
This commit is contained in:
@@ -1354,6 +1354,7 @@ describe('Env integration', function() {
|
||||
env.it('spec 1', secondSpec);
|
||||
});
|
||||
|
||||
env.configure({ random: false });
|
||||
await env.execute();
|
||||
|
||||
expect(firstSpec).toHaveBeenCalled();
|
||||
|
||||
Reference in New Issue
Block a user