Skip to content

Commit

Permalink
fix(jest mock): Add stub for static content
Browse files Browse the repository at this point in the history
Add styl to transform
  • Loading branch information
michaelw85 committed Mar 26, 2019
1 parent 473a540 commit 7206f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeleton/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"json"
],
"transform": {
"^.+\\.(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",
"^.+\\.(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",
// @if feat.babel
"^.+\\.js$": "babel-jest",
// @endif
Expand Down

0 comments on commit 7206f1d

Please sign in to comment.