From 19581429366909038a7a3fa21eef09d466c150e0 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 29 May 2017 16:10:34 +0200 Subject: empty stubs array before next test runs --- test/0x.js_test.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'test/0x.js_test.ts') diff --git a/test/0x.js_test.ts b/test/0x.js_test.ts index 871e8c727..26684972f 100644 --- a/test/0x.js_test.ts +++ b/test/0x.js_test.ts @@ -165,6 +165,7 @@ describe('ZeroEx library', () => { afterEach(() => { // clean up any stubs after the test has completed _.each(stubs, s => s.restore()); + stubs = []; }); it ('Should return the correct ECSignature on TestPRC nodeVersion', async () => { const orderHash = '0x6927e990021d23b1eb7b8789f6a6feaf98fe104bb0cf8259421b79f9a34222b0'; -- cgit