Tests for language & reducer utils

This commit is contained in:
David
2021-03-12 19:41:20 +01:00
parent 17dfdc3214
commit c9fbfefc78
3 changed files with 100 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ const checkTypes = {
type CheckType = keyof typeof checkTypes;
export const langTypes = [
const langTypes = [
"source",
"target"
] as const;