mirror of
https://github.com/nasa/openmct.git
synced 2025-01-18 18:57:01 +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';
|
||||
let isoFormatter;
|
||||
|
||||
beforeAll(() => {
|
||||
resetApplicationState();
|
||||
});
|
||||
|
||||
beforeEach((done) => {
|
||||
beforeEach(() => {
|
||||
isoFormatter = new ISOTimeFormat();
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user