forked from MapComplete/MapComplete
Refactoring: use more accurate context in conversion, fix tests
This commit is contained in:
parent
86d0de3806
commit
f77d99f8ed
43 changed files with 999 additions and 367 deletions
|
@ -1,5 +1,5 @@
|
|||
import { describe } from "vitest"
|
||||
import Validators from "../../UI/InputElement/Validators"
|
||||
import { describe, it } from "vitest"
|
||||
import Validators from "../../src/UI/InputElement/Validators"
|
||||
|
||||
describe("validators", () => {
|
||||
it("should have a type for every validator", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue