Skip to content

Commit

Permalink
Update index.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sasprosko590 authored Nov 28, 2023
1 parent 0a1ec89 commit 2bfc335
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2bfc335

Please sign in to comment.