We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6595f83 commit 4e2fa98Copy full SHA for 4e2fa98
packages/docs/src/lib/tests/unusedTranslation.test.js
@@ -6,7 +6,7 @@ import {
6
findUnusedTranslations,
7
} from "../scripts/removeUnusedTranslations.js"
8
9
-test("All translation keys should be used (efficient match)", () => {
+test.todo("All translation keys should be used (efficient match)", () => {
10
const translationDir = "./packages/docs/src/translation"
11
const sourceDirs = ["./packages/docs/src/routes", "./packages/docs/src/components"]
12
const sourceFilePattern = /\.(md|svelte|js)$/
0 commit comments