Skip to content

Commit d3df101

Browse files
committed
fix($merge): rolling back
2 parents 3a5f3c2 + b799a55 commit d3df101

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,7 @@ If what you want is full-on compilation `chunk` objects (and any information it
648648
649649
## Contributing
650650
651+
651652
We use [commitizen](https://github.com/commitizen/cz-cli), so run `npm run cm` to make commits. A command-line form will appear, requiring you answer a few questions to automatically produce a nicely formatted commit. Releases, semantic version numbers, tags, changelogs and publishing to NPM will automatically be handled based on these commits thanks to [semantic-release](https://github.com/semantic-release/semantic-release). Be good.
652653
653654
@@ -657,4 +658,4 @@ Reviewing a module's tests are a great way to get familiar with it. It's direct
657658
658659
Below is a screenshot of this module's tests running in [Wallaby](https://wallabyjs.com) *("An Integrated Continuous Testing Tool for JavaScript")* which everyone in the React community should be using. It's fantastic and has taken my entire workflow to the next level. It re-runs your tests on every change along with comprehensive logging, bi-directional linking to your IDE, in-line code coverage indicators, **and even snapshot comparisons + updates for Jest!** I requestsed that feature by the way :). It's basically a substitute for live-coding that inspires you to test along your journey.
659660
660-
![require-universal-module wallaby tests screenshot](./tests-screenshot.png)
661+
![require-universal-module wallaby tests screenshot](./tests-screenshot.png)

0 commit comments

Comments
 (0)