-
|
I want to exclude test files like export default defineConfig({ how can I do it? |
Beta Was this translation helpful? Give feedback.
Answered by
sxzz
May 15, 2025
Replies: 1 comment
-
|
You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Gugustinette
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the
!prefix to specify a negative glob pattern.entry: ['./src', '!**/*.test.{js,ts,tsx}']