From 465dbb4a8d6d866dad1e2ba442974b56a725387e Mon Sep 17 00:00:00 2001 From: Waldemar Reusch Date: Thu, 27 Apr 2023 14:47:15 +0200 Subject: [PATCH] fix formatting --- test/bin/jar.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bin/jar.spec.ts b/test/bin/jar.spec.ts index 91d82099..65cf57f3 100644 --- a/test/bin/jar.spec.ts +++ b/test/bin/jar.spec.ts @@ -105,7 +105,7 @@ describe("jar", () => { const resourcesPath = path.join(tmp, "root", "src", "main", "resources"); const targetPath = path.join(tmp, "jar.jar"); - await mkdir(resourcesPath, { recursive: true }) + await mkdir(resourcesPath, { recursive: true }); await writeFile(path.join(rootPath, "pom.xml"), "foo", "utf-8"); await cp(path.dirname(__dirname), resourcesPath, { recursive: true });