@cfpb/design-system-react 0.0.1 → 0.0.7
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -54,7 +54,7 @@ Note: This project uses yarn v3.5 in "plug n play" mode. There is no `node_modul
|
|
|
54
54
|
|
|
55
55
|
Edit the files in `src/components/` and your browser should hot reload your changes.
|
|
56
56
|
|
|
57
|
-
Add tests to files called `<component-name>.test.tsx`. See [`Buttons.test.tsx`](/src/components/Button.test.tsx) for an example.
|
|
57
|
+
Add tests to files called `<component-name>.test.tsx`. See [`Buttons.test.tsx`](/src/components/Buttons/Button.test.tsx) for an example.
|
|
58
58
|
|
|
59
59
|
Run `yarn test` to watch for changes and run tests automatically.
|
|
60
60
|
|