You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@
35
35
* try to add examples for mainstream cases and some edge cases
36
36
* start with an element for the `import` statement, followed by an empty string element
37
37
* follow up with usage examples, one element per example
38
-
* Finally run `yarn generate-readmes` or `npm run generate-readmes` to update all READMEs with your changes.
38
+
* Finally run `yarn generate-readmes` or `npm run generate-readmes` to update all READMEs with your changes.
39
39
40
40
# App Testing
41
41
[Raul Melo](https://github.com/raulfdm) has written [a nice test framework](https://github.com/devraul/just-test) for testing cjs and esm imports of Just utilities in a variety of common app environments. Take advantage of this if you want to test how a module will work in the context of a given app.
0 commit comments