Skip to content

Commit

Permalink
docs(samples): add a comprehensive set of samples (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
emkornfield authored and JustinBeckwith committed Jul 3, 2019
1 parent adb50b9 commit 995efde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-securitycenter/samples/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "nodejs-security-center-samples",
"main": "quickstart.js",
"private": true,
"engines": {
"node": ">=8"
},
"scripts": {
"test": "mocha system-test"
"test": "mocha system-test/ --recursive --timeout 6000000"
},
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/security-center": "^1.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.0.0"
"execa": "^1.0.0",
"mocha": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/google-cloud-securitycenter/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
versions = ['v1beta1', 'v1']
for version in versions:
library = gapic.node_library('securitycenter', version)
s.copy(library, excludes=['src/index.js', 'README.md', 'package.json'])
s.copy(library, excludes=['src/index.js', 'README.md', 'package.json', '.kokoro/sample-test.sh'])

# Copy common templates
common_templates = gcp.CommonTemplates()
Expand Down

0 comments on commit 995efde

Please sign in to comment.