mirror of
https://github.com/maputnik/editor.git
synced 2026-07-09 23:47:25 +00:00
Remove unneeded comments.
This commit is contained in:
@@ -7,8 +7,6 @@ describe("modals", () => {
|
|||||||
|
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
await given.setupMockBackedResponses();
|
await given.setupMockBackedResponses();
|
||||||
// Load a style first so it is persisted to localStorage, then reset the URL
|
|
||||||
// to the root (no style param) — several tests read the stored style.
|
|
||||||
await when.setStyle("both");
|
await when.setStyle("both");
|
||||||
await when.setStyle("");
|
await when.setStyle("");
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user