From 2bfc33599e92b3a565785cab1c25a091e44c5cf6 Mon Sep 17 00:00:00 2001 From: Umut <77373632+sasprosko590@users.noreply.github.com> Date: Tue, 28 Nov 2023 12:29:55 +0300 Subject: [PATCH] Update index.test.js --- test/index.test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/index.test.js b/test/index.test.js index cbefb37..bb18b35 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -4,9 +4,9 @@ const fs = require("fs"); async function runExample() { try { const options = { - clearSpotifyData: true, - clearWindows10Upgrade: true, - clearWindowsOld: true, + clearSpotifyData: false, + clearWindows10Upgrade: false, + clearWindowsOld: false, clearWindowsUpdate: false, hackCheck: false, openCDF: false,