You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ boilerplate comes with:
10
10
- CSS, SASS and [css-modules](https://github.com/css-modules/css-modules) support with hot reloading and no [flash of unstyled content](https://en.wikipedia.org/wiki/Flash_of_unstyled_content) ([css-hot-loader](https://github.com/shepherdwind/css-hot-loader))
11
11
- Routing with [react-router-v4](https://github.com/ReactTraining/react-router)
12
12
- Full production builds that do not rely on `babel-node`.
13
+
- Pre-configured testing tools with `jest` and `enzyme` to work with css modules, static files, and aliased module paths.
0 commit comments