mirror of
https://github.com/maputnik/editor.git
synced 2026-07-09 23:47:25 +00:00
Remove comments
This commit is contained in:
@@ -55,8 +55,6 @@ export class MaputnikDriver {
|
||||
|
||||
then = <T>(target: T) => new MaputnikAssertable(target, this.page);
|
||||
|
||||
// ---- given ---------------------------------------------------------------
|
||||
|
||||
public given = {
|
||||
...this.helper.given,
|
||||
|
||||
@@ -90,8 +88,6 @@ export class MaputnikDriver {
|
||||
},
|
||||
};
|
||||
|
||||
// ---- when ----------------------------------------------------------------
|
||||
|
||||
public when = {
|
||||
...this.helper.when,
|
||||
|
||||
@@ -222,8 +218,6 @@ export class MaputnikDriver {
|
||||
},
|
||||
};
|
||||
|
||||
// ---- get -----------------------------------------------------------------
|
||||
|
||||
public get = {
|
||||
...this.helper.get,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user