mirror of
https://github.com/maputnik/editor.git
synced 2026-08-26 15:07:41 +00:00
move then into driver
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { MaputnikDriver, then } from "./maputnik-driver";
|
||||
import { MaputnikDriver } from "./maputnik-driver";
|
||||
|
||||
describe("map", () => {
|
||||
let { beforeAndAfter, get, when } = new MaputnikDriver();
|
||||
let { beforeAndAfter, get, when, then } = new MaputnikDriver();
|
||||
beforeAndAfter();
|
||||
describe("zoom level", () => {
|
||||
it("via url", () => {
|
||||
|
||||
Reference in New Issue
Block a user