forked from MapComplete/MapComplete
Split TagsFilter into multiple files
This commit is contained in:
parent
830f34b183
commit
d8c1f72857
26 changed files with 541 additions and 518 deletions
|
@ -3,7 +3,6 @@ Utils.runningFromConsole = true;
|
|||
import {equal} from "assert";
|
||||
import T from "./TestHelper";
|
||||
import {FromJSON} from "../Customizations/JSON/FromJSON";
|
||||
import {And, Tag} from "../Logic/Tags";
|
||||
import Locale from "../UI/i18n/Locale";
|
||||
import Translations from "../UI/i18n/Translations";
|
||||
import {UIEventSource} from "../Logic/UIEventSource";
|
||||
|
@ -13,6 +12,8 @@ import {Translation} from "../UI/i18n/Translation";
|
|||
import {OH, OpeningHour} from "../UI/OpeningHours/OpeningHours";
|
||||
import PublicHolidayInput from "../UI/OpeningHours/PublicHolidayInput";
|
||||
import {SubstitutedTranslation} from "../UI/SubstitutedTranslation";
|
||||
import {Tag} from "../Logic/Tag";
|
||||
import {And} from "../Logic/And";
|
||||
|
||||
|
||||
new T("Tags", [
|
||||
|
|
|
@ -5,8 +5,6 @@ Utils.runningFromConsole = true;
|
|||
import TagRenderingQuestion from "../UI/Popup/TagRenderingQuestion";
|
||||
import {UIEventSource} from "../Logic/UIEventSource";
|
||||
import TagRenderingConfig from "../Customizations/JSON/TagRenderingConfig";
|
||||
import {equal} from "assert";
|
||||
import * as assert from "assert";
|
||||
|
||||
|
||||
new T("TagQuestionElement",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue