Skip to content

Commit 1b785d1

Browse files
committed
chore: don't check coverage for dev
1 parent 019e765 commit 1b785d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/module.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ module.exports = async function (moduleOptions) {
7070
/*
7171
** Add /_tailwind UI
7272
*/
73+
/* istanbul ignore if */
7374
if (nuxt.options.dev) {
7475
// add layout
7576
const layout = resolve(__dirname, 'ui', 'layouts', 'tw.vue')

0 commit comments

Comments
 (0)