Skip to content

Commit 4e2fa98

Browse files
committed
.
1 parent 6595f83 commit 4e2fa98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/lib/tests/unusedTranslation.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
findUnusedTranslations,
77
} from "../scripts/removeUnusedTranslations.js"
88

9-
test("All translation keys should be used (efficient match)", () => {
9+
test.todo("All translation keys should be used (efficient match)", () => {
1010
const translationDir = "./packages/docs/src/translation"
1111
const sourceDirs = ["./packages/docs/src/routes", "./packages/docs/src/components"]
1212
const sourceFilePattern = /\.(md|svelte|js)$/

0 commit comments

Comments
 (0)