Skip to content

Commit

Permalink
Removed tmp logs from sortPackage
Browse files Browse the repository at this point in the history
  • Loading branch information
BassemNKhalil committed Nov 15, 2023
1 parent f64ffd8 commit a483276
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/e2e/Commands/sortPackage.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ const packageJSON_filePath = join(wpFolderPath, "package.json");

beforeAll(() => {
packageJSON_beforeChanges = fs.readFileSync(packageJSON_filePath, "utf8");
console.log(`packageJSON_beforeChanges: ${packageJSON_beforeChanges}`);
sortPackageCommand.sortPackage(packageJSON_filePath);
packageJSON_afterChanges = fs.readFileSync(packageJSON_filePath, "utf8");
console.log(`packageJSON_afterChanges: ${packageJSON_afterChanges}`);
});

test("sortPackage: Package.json file changed", () => {
Expand Down

0 comments on commit a483276

Please sign in to comment.