Skip to content
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.

v3.7.0

Compare
Choose a tag to compare
@KleoPetroff KleoPetroff released this 16 Aug 22:32
· 632 commits to master since this release

Better testing experience and code coverage

The project migrated to Jest as a default testing framework. Jest provides better developer experience with faster execution times and more features than mocha and chai. The project now provides continuous testing with pattern matching thanks to Jest. Please check the npm command in the description for more information.

With the introduction to Jest, another long awaited feature sneaks by - code coverage. Thanks to Jest's built-in code coverage tool, you can now check your coverage status. Just type npm run coverage in the terminal and a full report will be generated in the coverage folder. Also, make sure you check the documentation for more info.

It won't be a full release if we don't update the dependencies, right? This release makes no exception. webpack, webpack-dev-server, eslint-plugin-react, eslint-loader, eslint-config-airbnb, file-loader, html-webpack-plugin are updated to the latest version.