From f97504d164a7949f1a3fb1515d16afed1da4809b Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Tue, 31 Jul 2018 17:05:24 +0800 Subject: [PATCH] Update mock --- resources/assets/tests/__mocks__/toastr.js | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/assets/tests/__mocks__/toastr.js b/resources/assets/tests/__mocks__/toastr.js index 4448d9b4..33ea67db 100644 --- a/resources/assets/tests/__mocks__/toastr.js +++ b/resources/assets/tests/__mocks__/toastr.js @@ -1,4 +1,5 @@ export default { success() {}, warning() {}, + info() {}, };