easy-richtextarea 3.0.154 → 4.0.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
@@ -122,6 +122,14 @@ export default withStyle(RichTextarea)`
122
122
 
123
123
  Here active rich textarea elements are visible, inactive ones are not.
124
124
 
125
+ ## Running the tests
126
+
127
+ This can be done from the root of the repository with the following command:
128
+
129
+ npm test
130
+
131
+ As of writing the tests cover the operational transformations and recursive function to transform sequences of operations, but not much else.
132
+
125
133
  ## Building
126
134
 
127
135
  Automation is done with [npm scripts](https://docs.npmjs.com/misc/scripts), have a look at the `package.json` file. The pertinent commands are: