This is an automated email from the ASF dual-hosted git repository. raphinesse pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-android.git
commit 31bad290d583c75d37e3e3b6eb37515e29736a2f Author: Raphael von der GrĂ¼n <[email protected]> AuthorDate: Wed Jun 20 12:20:38 2018 +0200 Allow mocks to reject without a reason --- spec/.eslintrc.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spec/.eslintrc.yml b/spec/.eslintrc.yml index 6afba65..77cb525 100644 --- a/spec/.eslintrc.yml +++ b/spec/.eslintrc.yml @@ -1,2 +1,4 @@ env: - jasmine: true \ No newline at end of file + jasmine: true +rules: + prefer-promise-reject-errors: off --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
