move then into driver

This commit is contained in:
shelly_goldblit
2023-12-31 17:34:48 +02:00
parent f7f6df70b2
commit b20c54d417
7 changed files with 53 additions and 58 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import { MaputnikDriver, then } from "./maputnik-driver";
import { MaputnikDriver } from "./maputnik-driver";
describe("accessibility", () => {
let { beforeAndAfter, get, when, should } = new MaputnikDriver();
let { beforeAndAfter, get, when, should, then } = new MaputnikDriver();
beforeAndAfter();
describe("skip links", () => {