Detect global error handler stack corruption

This commit is contained in:
Steve Gravrock
2020-09-02 14:43:17 -07:00
parent 00feef8632
commit 0b81705c11
4 changed files with 40 additions and 4 deletions

View File

@@ -974,7 +974,6 @@ describe("Env integration", function() {
env.execute(null, function() {
expect(delayedFunctionForMockClock).toHaveBeenCalled();
expect(globalSetTimeout).toHaveBeenCalledWith(delayedFunctionForGlobalClock, 100);
done();
});
});