Skip to content

Commit 88e93ec

Browse files
committed
test: fix css modules test
1 parent ba83acf commit 88e93ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ describe('vue-loader', () => {
618618
})
619619
}
620620
// default localIdentName
621-
testWithIdent(undefined, /^\w{23}/, () => {
621+
testWithIdent(undefined, /^\w{22}/, () => {
622622
// specified localIdentName
623623
const ident = '[path][name]---[local]---[hash:base64:5]'
624624
const regex = /css-modules---red---\w{5}/

0 commit comments

Comments
 (0)