Skip to content

Commit 1236464

Browse files
committed
attempt to debug test failures by using a more verbose reporter
1 parent d6c0efd commit 1236464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai-platform/snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"*.js"
1111
],
1212
"scripts": {
13-
"test": "c8 mocha -p -j 2 --timeout 2400000 test/*.js"
13+
"test": "c8 mocha -p -j 2 --timeout 2400000 test/*.js --reporter list"
1414
},
1515
"dependencies": {
1616
"@google-cloud/aiplatform": "^3.0.0",

0 commit comments

Comments
 (0)