Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
wxsms committed Jul 30, 2020
1 parent f5d4423 commit 75a5121
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rollup/rollup.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ module.exports = {
'test/**/*.js',
'test/**/*.json',
'node_modules/**/*.js',
'node_modules/**/*.mjs'
'node_modules/**/*.mjs',
'src/**/*.vue'
]
})
],
Expand All @@ -46,7 +47,7 @@ module.exports = {
}
// input: 'test/index.js',
// output: {
// format: 'cjs',
// format: 'es',
// file: path.join(__dirname, '..', 'dist', `${name}.test.js`),
// sourcemap: true
// }
Expand Down

0 comments on commit 75a5121

Please sign in to comment.