Skip to content

v0.1.4

Choose a tag to compare

@ezhlobo ezhlobo released this 13 Aug 09:15
· 84 commits to master since this release

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 dreact package 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 test to run tests with jest and enzyme.

    It also provides dreact/helper-test which exposes enzyme package. So we are sure that we use correct enzyme environment under the hood.