mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
refactor(compiler)!: move component generation to core
This commit is contained in:
@@ -22,6 +22,26 @@ export default defineConfig({
|
||||
setupFiles: ['src/dom/tests/setup.ts'],
|
||||
},
|
||||
},
|
||||
{
|
||||
extends: true,
|
||||
test: {
|
||||
name: 'scripts',
|
||||
include: ['scripts/**/*.test.ts'],
|
||||
},
|
||||
},
|
||||
{
|
||||
extends: true,
|
||||
test: {
|
||||
name: 'types',
|
||||
include: [],
|
||||
typecheck: {
|
||||
enabled: true,
|
||||
checker: 'tsgo',
|
||||
include: ['src/core/ui/**/*.test-d.tsx'],
|
||||
tsconfig: 'src/core/ui/tests/tsconfig.json',
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user