latest changes before server transfer
Some checks failed
Deploy to Firebase Hosting on merge / build_and_deploy (push) Has been cancelled
Some checks failed
Deploy to Firebase Hosting on merge / build_and_deploy (push) Has been cancelled
This commit is contained in:
20
server/node_modules/passport-google-oauth20/CONTRIBUTING.md
generated
vendored
Normal file
20
server/node_modules/passport-google-oauth20/CONTRIBUTING.md
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
## Contributing
|
||||
|
||||
### Tests
|
||||
|
||||
The test suite is located in the `test/` directory. All new features are
|
||||
expected to have corresponding test cases with complete code coverage. Patches
|
||||
that increase test coverage are happily accepted.
|
||||
|
||||
Ensure that the test suite passes by executing:
|
||||
|
||||
```bash
|
||||
$ make test
|
||||
```
|
||||
|
||||
Coverage reports can be generated and viewed by executing:
|
||||
|
||||
```bash
|
||||
$ make test-cov
|
||||
$ make view-cov
|
||||
```
|
||||
Reference in New Issue
Block a user