v0.1.4
Fixed
-
Eliminate the conflict between eslint and prettier. We basically turn off eslint rules once we can find prettier in the dependency list of the main app.
-
All the code inside
dreactpackage now compiled by Jest.
Enhanced
-
Setup Jest to work with enzyme.
We now use basic setup script so you don't need to care about tests in each project. Just run
dreact testto run tests with jest and enzyme.It also provides
dreact/helper-testwhich exposesenzymepackage. So we are sure that we use correctenzymeenvironment under the hood.