Merge exclude option values #701
konpeki622
started this conversation in
General
Replies: 1 comment 4 replies
-
That means you won't be able to override them tho which you might want to. Maybe we can export them, so you would just In fact, we can export the whole default config. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to the document, the default value of
exclude
option is['**/node_modules/**', '**/dist/**', '**/cypress/**', '**/.{idea,git,cache,output,temp}/**']
.That sounds great. But if I set some excluded path like
['packages/template/*']
, test files innode_modules
will be run, that means default value was ineffective and I should append them.Maybe the option values could be auto-merged?
Beta Was this translation helpful? Give feedback.
All reactions