Skip to content

Commit

Permalink
Refactored code - Part #2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mamartinezmejia committed Sep 25, 2023
1 parent 26098fb commit 2e8fb24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import { describe, it, expect } from "vitest";

import {
validate,
addValidation,
} from "@/helpers/validators/BCeIDFormValidations";

import {
getFieldValue,
getValidations,
runValidation,
validate,
} from "@/helpers/validators/GlobalValidators";

import type { ValidationMessageType } from "@/dto/CommonTypesDto";
Expand Down

0 comments on commit 2e8fb24

Please sign in to comment.