Skip to content

Commit

Permalink
build: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danranVm committed Aug 11, 2022
1 parent 929550e commit 45a3c42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import vueJsxPlugin from '@vitejs/plugin-vue-jsx'
import { defineConfig } from 'vitest/config'

export default defineConfig({
root: resolve(__dirname, './packages'),

plugins: [vuePlugin({ include: [/\.vue$/, /\.md$/] }), vueJsxPlugin({ enableObjectSlots: false })],

resolve: {
Expand All @@ -35,7 +33,7 @@ export default defineConfig({
coverage: {
enabled: true,
reporter: ['json', 'lcov', 'cobertura'],
include: ['packages/**/src/*.{ts,tsx}'],
include: ['**/src/*.{ts,tsx}'],
exclude: [],
},
reporters: ['default'],
Expand Down

0 comments on commit 45a3c42

Please sign in to comment.