Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit a67692d

Browse files
author
Matt Loring
committed
exit 1 on test failure
1 parent c7e1572 commit a67692d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/e2e/test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,12 @@ function runTest() {
188188
})
189189
.catch(function(e) {
190190
console.error(e);
191+
process.exit(1);
191192
});
192193
});
193194
}).catch(function(e) {
194195
console.error(e);
196+
process.exit(1);
195197
});
196198
}
197199

0 commit comments

Comments
 (0)