Skip to content

Commit 0dfc19a

Browse files
committed
test: use more relaxing regex for css modules ident
1 parent ab067b0 commit 0dfc19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/style.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ test('CSS Modules', async () => {
174174
}
175175

176176
// default ident
177-
await testWithIdent(undefined, /^\w{22}/)
177+
await testWithIdent(undefined, /^\w{21,}/)
178178

179179
// custom ident
180180
await testWithIdent(

0 commit comments

Comments
 (0)