We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cf001 commit 4c4a51bCopy full SHA for 4c4a51b
2 files changed
handwritten/datastore/samples/package.json
@@ -5,11 +5,11 @@
5
"license": "Apache Version 2.0",
6
"author": "Google Inc.",
7
"scripts": {
8
- "test": "cd ..; npm run st -- datastore/system-test/*.test.js"
+ "test": "cd ..; npm run st -- --verbose datastore/system-test/*.test.js"
9
},
10
"dependencies": {
11
"@google-cloud/datastore": "0.6.0",
12
- "yargs": "6.5.0"
+ "yargs": "6.6.0"
13
14
"engines": {
15
"node": ">=4.3.2"
0 commit comments