You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Contributions are welcome! To contribute, fork this repository and create a pull
19
19
}
20
20
```
21
21
* Add storable credentials to your script to connect to your Firestore database.
22
-
* Add test methods to `Test.ts` file which validates your change.
22
+
* Add test methods to `Tests.ts` file which validates your change. [GSUnit Reference](https://sites.google.com/site/scriptsexamples/custom-methods/gsunit)
23
23
* Debug/Test your code against your database.
24
24
- [ ] Have you [documented your functions and their parameters and return values with JSDoc](http://usejsdoc.org/about-getting-started.html)?
25
25
- [ ] Have you modernized the code to run with the new [V8 Runtime](https://developers.google.com/apps-script/guides/v8-runtime)?
0 commit comments