Skip to content

Commit 41ab479

Browse files
jshcrowtheschmidt-sebastian
authored andcommitted
Refactor messaging integration test to retry test failures (#271)
1 parent 9b1c7bb commit 41ab479

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration/messaging/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"private": true,
44
"version": "0.1.0",
55
"scripts": {
6-
"test": "node ./download-browsers.js && mocha"
6+
"pretest": "node ./download-browsers.js",
7+
"test": "mocha --retries 3"
78
},
89
"dependencies": {
910
"firebase": "^4.3.3"

0 commit comments

Comments
 (0)