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: README-FIRST.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ You can run the linter with the following commands. Replacing “check” with
34
34
-`npm run eslint:check`
35
35
36
36
If you run into linter errors on the generated unit tests, you can run the node formatting script stored in the [generator repository](https://github.ibm.com/CloudEngineering/openapi-sdkgen) using:
37
-
-/\<path to generator\>/scripts/node_format.sh /\<path to sdk project\>/test/unit/*.js
37
+
-`/<path to generator>/scripts/node_format.sh /<path to sdk project>/test/unit/*.js`
38
38
39
39
## Testing
40
40
SDK tests are organized into “unit” and “integration” tests, which live in `test/unit/` and `test/integration/`, respectively. Unit tests mock the request framework and test that request objects are constructed properly. Integration tests make requests to live service instances and test that the SDK works as intended from end to end.
0 commit comments