Skip to content

Commit

Permalink
prevent dir error
Browse files Browse the repository at this point in the history
  • Loading branch information
allartk committed Oct 25, 2023
1 parent 4f8f558 commit 35484ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = (config) => {
plugins: [
commonjs(),
nodeResolve({ extensions }),
typescript(),
typescript({ declaration: false, declarationDir: undefined }),
istanbul({ exclude: ['test/*.ts', 'node_modules/**/*'] }),
],
},
Expand Down

0 comments on commit 35484ed

Please sign in to comment.