cleaning up tests

This commit is contained in:
Jamie Vigliotta 2020-08-28 10:54:45 -07:00
parent ac082e9f58
commit b5cf157c40

View File

@ -29,11 +29,7 @@ describe("the plugin", () => {
const MOON_LANDING_DATESTRING = '1969-07-20T00:00:00.000Z'; const MOON_LANDING_DATESTRING = '1969-07-20T00:00:00.000Z';
let isoFormatter; let isoFormatter;
beforeAll(() => { beforeEach(() => {
resetApplicationState();
});
beforeEach((done) => {
isoFormatter = new ISOTimeFormat(); isoFormatter = new ISOTimeFormat();
}); });