Skip to content

Commit

Permalink
Removing sortPackage tmp logging
Browse files Browse the repository at this point in the history
  • Loading branch information
BassemNKhalil committed Nov 16, 2023
1 parent 090738f commit 792d6a4
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 792d6a4

Please sign in to comment.