Skip to content

Commit d5364d5

Browse files
committed
not testable - ignore coverage
1 parent 662e336 commit d5364d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/typescript-build/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ const tsModule: Module<Options> = function (moduleOptions) {
7474
// eslint-disable-next-line @typescript-eslint/no-var-requires
7575
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin')
7676
const logger = consola.withTag('nuxt:typescript')
77+
/* istanbul ignore next */
7778
const loggerInterface: TsCheckerLogger = {
7879
log (message) { logger.log(message) },
7980
info (message) { logger.info(message) },

0 commit comments

Comments
 (0)