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",