Skip to content

Commit dfc0550

Browse files
committed
docs: fix npm script call in example
1 parent ca75a58 commit dfc0550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/02.integration.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// tslint:disable: only-arrow-functions
22

33
/**
4-
* NOTE: When debugging test cases, make use of the script "dev-mock"
4+
* NOTE: When debugging test cases, make use of the script dev-start-along-mock
55
* to spawn a proxy server along with a mock server using a specified
66
* OpenAPI file, e.g.
77
*
8-
* npm run dev-mock -- test/schemas/v3/3-parameters.yaml
8+
* npm run dev-start-along-mock -- test/schemas/v3/3-parameters.yaml
99
*
1010
* Afterwards, you can use curl to reproduce the requests.
1111
*/

0 commit comments

Comments
 (0)