From c2e1193e87a334571d37aea760348875f6ff8da2 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Thu, 5 Sep 2019 19:58:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widget/dynamicdate/__test__/dynamicdate.combo.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/dynamicdate/__test__/dynamicdate.combo.test.js b/src/widget/dynamicdate/__test__/dynamicdate.combo.test.js index c90c0c295..ff854c4dd 100644 --- a/src/widget/dynamicdate/__test__/dynamicdate.combo.test.js +++ b/src/widget/dynamicdate/__test__/dynamicdate.combo.test.js @@ -155,7 +155,7 @@ describe("DateCombo", function () { BI.nextTick(function () { dateCombo.element.find(".bi-dynamic-date-popup .bi-text:contains(今天)").parent().click(); var date = BI.getDate(); - expect(dateCombo.getValue()).to.equal({ + expect(dateCombo.getValue()).to.deep.equal({ type: 1, value: { year: date.getFullYear(),