From b5cf157c407f6053b9f5126bef4fc6b25bf54237 Mon Sep 17 00:00:00 2001 From: Jamie Vigliotta Date: Fri, 28 Aug 2020 10:54:45 -0700 Subject: [PATCH] cleaning up tests --- src/plugins/ISOTimeFormat/pluginSpec.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/plugins/ISOTimeFormat/pluginSpec.js b/src/plugins/ISOTimeFormat/pluginSpec.js index abffc9d226..ad35bb4c81 100644 --- a/src/plugins/ISOTimeFormat/pluginSpec.js +++ b/src/plugins/ISOTimeFormat/pluginSpec.js @@ -29,11 +29,7 @@ describe("the plugin", () => { const MOON_LANDING_DATESTRING = '1969-07-20T00:00:00.000Z'; let isoFormatter; - beforeAll(() => { - resetApplicationState(); - }); - - beforeEach((done) => { + beforeEach(() => { isoFormatter = new ISOTimeFormat(); });