Skip to content

Commit a30bcbb

Browse files
authored
Reference how to test, and remove unneeded step (GoogleCloudPlatform#1754)
1 parent 518eef7 commit a30bcbb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

appengine/storage/standard/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ Then set environment variables before starting your application:
3838
export GCLOUD_STORAGE_BUCKET=<your-bucket-name>
3939
npm install
4040
npm start
41+
42+
Run the tests, if desired:
43+
44+
npm test

appengine/storage/standard/system-test/app.test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ before(async () => {
3131
process.env.GCLOUD_PROJECT,
3232
`Must set GCLOUD_PROJECT environment variable!`
3333
);
34-
assert(
35-
process.env.GOOGLE_APPLICATION_CREDENTIALS,
36-
`Must set GOOGLE_APPLICATION_CREDENTIALS environment variable!`
37-
);
3834
await bucket.create(bucket).then(() => {
3935
return bucket.acl.add({
4036
entity: 'allUsers',

0 commit comments

Comments
 (0)