solid-ui 2.4.27-dc50c4e2 → 2.4.27-ddcbbf49

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
@@ -67,7 +67,12 @@ npm run storybook
67
67
  If there is no story for the component yet, add a new one to `./src/stories`.
68
68
 
69
69
  When you want to test the component within a solid-pane, you can use the [development mode of solid-panes](https://github.com/solidos/solid-panes#development).
70
-
70
+
71
+ ## Adding Tests
72
+
73
+ The following document gives guidance on how to add and perform testing in solid-ui.
74
+ [Testing in solid-ui](https://github.com/SolidOS/solid-ui/blob/18070a02fa8159a2b83d9503ee400f8e046bf1f6/test/unit/README.md)
75
+
71
76
  ## Further documentation
72
77
 
73
78
  - [Some code know-how](https://github.com/SolidOS/solidos/wiki/2.-Solid-UI-know-how)