You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2018/06/20 11:24:58 UTC

[cordova-android] 04/05: Allow mocks to reject without a reason

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 <ra...@gmail.com>
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: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org