# taro-testing-library Simple and complete taro.js testing utilities that encourage good testing practices. [](https://github.com/ThoughtWorksChina/taro-testing-library/actions) [](https://www.npmjs.com/package/taro-testing-library) [](https://github.com/ThoughtWorksChina/taro-testing-library/blob/master/LICENSE) [](https://codecov.io/gh/ThoughtWorksChina/taro-testing-library) ## Install ```bash // use yarn yarn add taro-testing-library -D // use npm npm install taro-testing-library -D ``` ## Usage set `preset` in your jest config file ```json { "preset": "taro-testing-library" } ```