Remove comments

This commit is contained in:
HarelM
2026-07-09 14:47:01 +03:00
parent 0c98378243
commit c642ec5325
-6
View File
@@ -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,