From 5c19c9a3c676bec6c891bcdd08bf84dbf75e49bc Mon Sep 17 00:00:00 2001 From: weboko Date: Thu, 2 Feb 2023 00:33:27 +0100 Subject: [PATCH] apply fix --- karma.conf.cjs | 1 - 1 file changed, 1 deletion(-) 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), };