From 9aa06112abfa435e039371078104a3c7196f7db4 Mon Sep 17 00:00:00 2001 From: blitz-1306 Date: Mon, 15 Nov 2021 14:56:00 +0500 Subject: [PATCH] Fixed nit in tests --- test/integration/factory/copy.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/factory/copy.spec.ts b/test/integration/factory/copy.spec.ts index 02cd2f00..8c19d6c2 100644 --- a/test/integration/factory/copy.spec.ts +++ b/test/integration/factory/copy.spec.ts @@ -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" });