fix formatting

This commit is contained in:
Waldemar Reusch 2023-04-27 14:47:15 +02:00
parent 08ae908453
commit 465dbb4a8d

View File

@ -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 });