Skip to content

Commit 0f1fe35

Browse files
committed
Remove stray test.only
1 parent e13a73f commit 0f1fe35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/vite-build-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ test.describe("Build", () => {
295295
expect(pageErrors).toEqual([]);
296296
});
297297

298-
test.only("emits SSR-only assets to the client assets directory", async ({
298+
test("emits SSR-only assets to the client assets directory", async ({
299299
page,
300300
}) => {
301301
let pageErrors: Error[] = [];

0 commit comments

Comments
 (0)