Allow mocks to reject without a reason

This commit is contained in:
Raphael von der Grün 2018-06-20 12:20:38 +02:00
parent 2e88f7ead2
commit 31bad290d5

View File

@ -1,2 +1,4 @@
env: env:
jasmine: true jasmine: true
rules:
prefer-promise-reject-errors: off