mirror of
https://github.com/maputnik/editor.git
synced 2026-08-26 15:07:41 +00:00
Move things back to where this will still work.
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import { MaputnikDriver } from "./maputnik-driver";
|
||||
const test = it;
|
||||
|
||||
test.describe("keyboard", () => {
|
||||
describe("keyboard", () => {
|
||||
const { beforeAndAfter, given, when, get, then } = new MaputnikDriver();
|
||||
beforeAndAfter();
|
||||
test.describe("shortcuts", () => {
|
||||
describe("shortcuts", () => {
|
||||
beforeEach(() => {
|
||||
given.setupMockBackedResponses();
|
||||
when.setStyle("");
|
||||
|
||||
Reference in New Issue
Block a user