Skip to content

Commit 24b739d

Browse files
committed
Fix tests
1 parent 03d5980 commit 24b739d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtime/bin/classNames/generateClassNamesTsCode.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ export const frCoreClassNames= [
3232
"fr-text--light",
3333
"fr-text--xl",
3434
"fr-text--lead",
35-
"fr-grid-row--gutters"
35+
"fr-grid-row--gutters",
36+
"fr-col"
3637
] as const;
3738
3839
export type FrCoreClassName = typeof frCoreClassNames[number];

0 commit comments

Comments
 (0)