Skip to content

Commit e8ed69a

Browse files
authored
docs: add uniform regex in example
1 parent 4c74e43 commit e8ed69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A full config will look like this.
3333
],
3434
"transform": {
3535
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
36-
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
36+
"^.+\\.vue$": "<rootDir>/node_modules/vue-jest"
3737
}
3838
}
3939
}

0 commit comments

Comments
 (0)