Skip to content

Commit f7fe013

Browse files
style: reformat
1 parent 88cb83e commit f7fe013

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/test/vue/vue.spec.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ import { describe, expect, it } from "vitest";
88
import { getLinkProperties } from "../getLinkProperties.js";
99

1010
describe("AsyncCssPlugin", () => {
11-
describe(
12-
"vue",
13-
() => it("should modify index.html", async () => {
11+
describe("vue", () => {
12+
it("should modify index.html", async () => {
1413
process.env["NODE_ENV"] = "production";
1514
const service = new Service(__dirname);
1615
await service.run("build");
@@ -19,6 +18,6 @@ describe("AsyncCssPlugin", () => {
1918
expect(href).to.equal("/css/app.5e6ccbdf.css");
2019
expect(media).to.equal("print");
2120
rmSync(outputPath, { recursive: true });
22-
}),
23-
);
21+
});
22+
});
2423
});

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy