mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 08:25:31 +00:00
cleaning up tests
This commit is contained in:
parent
ac082e9f58
commit
b5cf157c40
@ -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();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user