Skip to content

Commit

Permalink
not testable - ignore coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Mar 19, 2023
1 parent 662e336 commit d5364d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/typescript-build/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const tsModule: Module<Options> = function (moduleOptions) {
// eslint-disable-next-line @typescript-eslint/no-var-requires
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin')
const logger = consola.withTag('nuxt:typescript')
/* istanbul ignore next */
const loggerInterface: TsCheckerLogger = {
log (message) { logger.log(message) },
info (message) { logger.info(message) },
Expand Down

0 comments on commit d5364d5

Please sign in to comment.