Commit 0dfc19a7 authored by Evan You's avatar Evan You

test: use more relaxing regex for css modules ident

parent ab067b0f
...@@ -174,7 +174,7 @@ test('CSS Modules', async () => { ...@@ -174,7 +174,7 @@ test('CSS Modules', async () => {
} }
// default ident // default ident
await testWithIdent(undefined, /^\w{22}/) await testWithIdent(undefined, /^\w{21,}/)
// custom ident // custom ident
await testWithIdent( await testWithIdent(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment