10000 docs: update regex · justinhelmer/vue-jest@7d46dce · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d46dce

Browse files
authored
docs: update regex
1 parent e8ed69a commit 7d46dce

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
@@ -16,7 +16,7 @@ To define vue-jest as a transformer for your .vue files, you need to map .vue fi
1616
{
1717
"jest": {
1818
"transform": {
19-
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
19+
"^.+\\.vue$": "<rootDir>/node_modules/vue-jest"
2020
}
2121
}
2222
```

0 commit comments

Comments
 (0)
0