extract test-utils as its own package for use with plugins, etc.
This commit is contained in:
@@ -46,7 +46,6 @@ export default {
|
||||
json(),
|
||||
typescript({
|
||||
include: `${paths.resolveTarget('src')}/**/*.{js,jsx,ts,tsx}`,
|
||||
exclude: [paths.resolveTarget('src/testUtils/**')],
|
||||
}),
|
||||
],
|
||||
} as RollupWatchOptions;
|
||||
|
||||
Reference in New Issue
Block a user