Skip to content

Commit

Permalink
Fixed nit in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blitz-1306 committed Nov 15, 2021
1 parent 365e79e commit 9aa0611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/factory/copy.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe(`ASTNodeFactory.copy() validation`, () => {
.replace(new RegExp(process.cwd(), "g"), ".");

// Uncomment next line to update snapshots
fse.writeFileSync(snapshot, result, { encoding: "utf-8" });
// fse.writeFileSync(snapshot, result, { encoding: "utf-8" });

const content = fse.readFileSync(snapshot, { encoding: "utf-8" });

Expand Down

0 comments on commit 9aa0611

Please sign in to comment.