Skip to content

Commit cd005a8

Browse files
committed
add missing ,
1 parent 4b84b32 commit cd005a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui-components/stylelint/__tests__/index.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe('indentClassNames', () => {
7474

7575
assert.deepEqual(result, {
7676
...result,
77-
params: 'p-4\n mb-2'
77+
params: 'p-4\n mb-2',
7878
});
7979
});
8080
});

0 commit comments

Comments
 (0)