File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ releaseType : node
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ accept your pull requests.
34341 . Ensure that your code adheres to the existing style in the code to which
3535 you are contributing.
36361 . Ensure that your code has an appropriate set of tests which all pass.
37+ 1 . Title your pull request following [ Conventional Commits] ( https://www.conventionalcommits.org/ ) styling.
37381 . Submit a pull request.
3839
3940## Running the tests
@@ -46,8 +47,17 @@ accept your pull requests.
4647
47481 . Run the tests:
4849
50+ # Run unit tests.
4951 npm test
5052
53+ # Run sample integration tests.
54+ gcloud auth application-default login
55+ npm run samples-test
56+
57+ # Run all system tests.
58+ gcloud auth application-default login
59+ npm run system-test
60+
51611 . Lint (and maybe fix) any changes:
5262
5363 npm run fix
You can’t perform that action at this time.
0 commit comments