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: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,14 @@ You can now run the server you built!
92
92
93
93
Development is test-focused. Any code you contribute should have tests to go with it. Tests should be placed in another file in the same directory with the naming convention `my_file_name_test.go`.
94
94
95
+
**Note:** Before tests can be run, you must configure the `TLACFG` environment variable
96
+
to store the contents of `credentials.json`, like below. This might be changed in the future
0 commit comments