From 40606edaee6e1ade73b5e7d4b2c8b3eda2b332e1 Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Fri, 29 Apr 2022 09:56:59 +0300 Subject: [PATCH] update test desc --- tests/scaffold.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scaffold.test.ts b/tests/scaffold.test.ts index e31b60f..34fe37a 100644 --- a/tests/scaffold.test.ts +++ b/tests/scaffold.test.ts @@ -123,7 +123,7 @@ describe("Scaffold", () => { describe( "binary files", withMock(fileStructWithBinary, () => { - test("should not create by default", async () => { + test("should copy as-is", async () => { await Scaffold({ name: "app_name", output: "output",