Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run behavioral smoke tests with Jest, add output tests #5150

Merged
merged 12 commits into from
Sep 28, 2018
Prev Previous commit
Next Next commit
Add browserslist to default
  • Loading branch information
Timer committed Sep 28, 2018
commit 41d0e36e46a0064429908b29f702c40c97b82693
5 changes: 4 additions & 1 deletion fixtures/output/webpack-message-formatting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"react": "latest",
"react-dom": "latest",
"react-scripts": "latest"
}
},
"browserslist": [
">0.2%"
]
}