-
Notifications
You must be signed in to change notification settings - Fork 591
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(samples): fix the sample and add a system test (#127)
- Loading branch information
1 parent
a331501
commit 5c5c3d0
Showing
2 changed files
with
13 additions
and
19 deletions.
There are no files selected for viewing
12 changes: 4 additions & 8 deletions
12
packages/google-cloud-bigquery-datatransfer/samples/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,21 @@ | ||
{ | ||
"name": "nodejs-docs-samples-bigquery-data-transfer", | ||
"version": "0.0.1", | ||
"license": "Apache-2.0", | ||
"author": "Google Inc.", | ||
"engines": { | ||
"node": ">=8" | ||
}, | ||
"files": ["*.js"], | ||
"repository": "googleapis/nodejs-bigquery-data-transfer", | ||
"private": true, | ||
"semistandard": { | ||
"ignore": [ | ||
"node_modules" | ||
] | ||
}, | ||
"scripts": { | ||
"test": "node -e 'console.log(`no tests`)'" | ||
"test": "mocha system-test --timeout 60000" | ||
}, | ||
"dependencies": { | ||
"@google-cloud/bigquery-data-transfer": "^0.4.0" | ||
}, | ||
"devDependencies": { | ||
"@google-cloud/nodejs-repo-tools": "^3.0.0" | ||
"@google-cloud/nodejs-repo-tools": "^3.0.0", | ||
"mocha": "^5.2.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters