Fix tests

This commit is contained in:
pietervdvn 2022-05-01 04:21:41 +02:00
parent f77c24183c
commit 7f972d4512

View file

@ -50,9 +50,6 @@ export class And extends TagsFilter {
}
/**
*
* import {Tag} from "./Tag";
* import {RegexTag} from "./RegexTag";
*
* const and = new And([new Tag("boundary","protected_area"), new RegexTag("protect_class","98",true)])
* and.asOverpass() // => [ "[\"boundary\"=\"protected_area\"][\"protect_class\"!=\"98\"]" ]