diff --git a/karma.conf.cjs b/karma.conf.cjs index a6c93c9..c596818 100644 --- a/karma.conf.cjs +++ b/karma.conf.cjs @@ -26,7 +26,6 @@ const rollupConfig = { ], }; - const output = { path: path.join(os.tmpdir(), "_karma_webpack_") + Math.floor(Math.random() * 1000000), };