gantri-components 1.141.0 → 1.141.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # ui-library
2
2
 
3
+ ## Deploying beta code changes
4
+
5
+ If you'd like to deploy some code that can be pulled into another repo, you can merge your changes into the `beta` branch. After deployment (you can verify deployment by looking at the released versions [here](https://www.npmjs.com/package/gantri-components)), you can install the beta code to your repo using `yarn add gantri-components@beta`. Just be sure not to reinstall the normal version when you're done.
6
+
3
7
  ## Testing
4
8
 
5
9
  Testing is done using [Jest](https://jestjs.io/docs/using-matchers) for base JavaScript functionality and Jest with [React Testing Library](https://testing-library.com/docs/react-testing-library/cheatsheet) for React functionality.