From 31bad290d583c75d37e3e3b6eb37515e29736a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raphael=20von=20der=20Gr=C3=BCn?= Date: Wed, 20 Jun 2018 12:20:38 +0200 Subject: [PATCH] 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 6afba65a..77cb525c 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