Skip to content

Commit

Permalink
docs: tweaks to testing instructions (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Oct 8, 2019
1 parent 17b60d2 commit 80ec1d9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions synthtool/gcp/templates/node_library/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@ accept your pull requests.

1. Run the tests:

# Run all tests.
# Run unit tests.
npm test

# Run all unit tests.
npm run test-only
# Run sample integration tests.
gcloud auth application-default login
npm run samples-test

# Run all system tests.
gcloud auth application-default login
Expand Down

0 comments on commit 80ec1d9

Please sign in to comment.