Skip to content

Commit 90bcc41

Browse files
committed
Fix: The snapshot file is missing a trailing comma after the "extends" array value\, but all the actual biome.jsonc template files include this trailing comma\. This mismatch will cause the snapshot test to fail when run\.
1 parent 7e8df3d commit 90bcc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/create-next-app/__snapshots__/ultracite-config.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`create-next-app Ultracite configuration should match biome.jsonc snapshot 1`] = `
44
"{
55
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
6-
"extends": ["ultracite/core", "ultracite/react", "ultracite/next"]
6+
"extends": ["ultracite/core", "ultracite/react", "ultracite/next"],
77
}
88
"
99
`;

0 commit comments

Comments
 (0)