Skip to content

Commit d10bd58

Browse files
Apply suggestion from @lumirlumir
Co-authored-by: 루밀LuMir <[email protected]>
1 parent 8cb1ee9 commit d10bd58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

knip.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"project": ["src/**/*.{js,ts}", "tests/**/*.{js,ts}"]
3131
},
3232
"packages/plugin-kit": {
33-
"entry": ["tests/**/*.{js,ts}"],
34-
"project": ["src/**/*.{js,ts}", "tests/**/*.{js,ts}"]
33+
"entry": ["tests/**/*.{js,ts,cts}"],
34+
"project": ["src/**/*.{js,ts}", "tests/**/*.{js,ts,cts}"]
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)