Skip to content

Commit b59c126

Browse files
author
Barrett Schonefeld
committed
fix: improving formatting on the command suggested to fix unit test formatting errors
1 parent 867cc32 commit b59c126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README-FIRST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can run the linter with the following commands. Replacing “check” with
3434
- `npm run eslint:check`
3535

3636
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`
3838

3939
## Testing
4040
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

Comments
 (0)