solid-ui 2.4.27-6c8461c9 → 2.4.27-77f914e3

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,11 @@ 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
+ Need to point to Unit test Readme.
74
+
71
75
  ## Further documentation
72
76
 
73
77
  - [Some code know-how](https://github.com/SolidOS/solidos/wiki/2.-Solid-UI-know-how)