Skip to content

Commit

Permalink
test: adjust settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 15, 2021
1 parent 55306a0 commit 50c5fa8
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/browserless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"src"
],
"scripts": {
"test": "ava"
"test": "ava --verbose"
},
"license": "MIT",
"ava": {
Expand Down
2 changes: 1 addition & 1 deletion packages/devices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"src"
],
"scripts": {
"test": "ava"
"test": "ava --verbose"
},
"license": "MIT",
"ava": {
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"index.js"
],
"scripts": {
"test": "ava"
"test": "ava --verbose"
},
"license": "MIT",
"ava": {
Expand Down
7 changes: 5 additions & 2 deletions packages/function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@
"src"
],
"scripts": {
"test": "ava"
"test": "ava --verbose"
},
"license": "MIT"
"license": "MIT",
"ava": {
"timeout": "2m"
}
}
2 changes: 1 addition & 1 deletion packages/goto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
],
"scripts": {
"postinstall": "node scripts/postinstall",
"test": "ava"
"test": "ava --verbose"
},
"license": "MIT",
"ava": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lighthouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"src"
],
"scripts": {
"test": "ava"
"test": "ava --verbose"
},
"license": "MIT",
"ava": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"src"
],
"scripts": {
"test": "ava"
"test": "ava --verbose"
},
"license": "MIT",
"ava": {
Expand Down

0 comments on commit 50c5fa8

Please sign in to comment.