Skip to content

Commit 7206f1d

Browse files
author
michaelw85
committed
fix(jest mock): Add stub for static content
Add styl to transform
1 parent 473a540 commit 7206f1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skeleton/jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"json"
3636
],
3737
"transform": {
38-
"^.+\\.(css|less|sass|scss|jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "jest-transform-stub",
38+
"^.+\\.(css|less|sass|scss|styl|jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "jest-transform-stub",
3939
// @if feat.babel
4040
"^.+\\.js$": "babel-jest",
4141
// @endif

0 commit comments

Comments
 (0)