export default defineConfig({ plugins: [Vue()], test: { exclude: [ '**/node_modules/**', '**/dist/**', '**/cypress/**', '**/.{idea,git,cache,output,temp}/**', 'magic-admin/**', ], include: [ './packages/editor/tests/**', ...
tmagic-editor / commitlint.config.cjs commitlint.config.cjs 67 Bytes 一键复制 编辑 原始数据 按行查看 历史 roymondchen 提交于 1年前 . docs: 补充数据源相关props 1 module.exports = { extends: ['@commitlint/config-conventional'] }; ...
tmagic-editor / commitlint.config.cjs commitlint.config.cjs 67 Bytes 一键复制 编辑 原始数据 按行查看 历史 roymondchen 提交于 1年前 . docs: 补充数据源相关props 1 module.exports = { extends: ['@commitlint/config-conventional'] }; ...