[Improvement] upgrade to jest-serializer-vue@2.0 (#1215)

This commit is contained in:
neverland
2018-06-01 18:04:16 +08:00
committed by GitHub
parent 1fed9bdbcd
commit 01e7934d19
16 changed files with 225 additions and 214 deletions
+1 -1
View File
@@ -19,5 +19,5 @@ test('callback events', () => {
expect(callback.mock.calls.length).toBe(1);
expect(wrapper.emitted('cancel')).toBeTruthy();
expect(wrapper.emitted('input')[0][0]).toBeFalsy();
expect(wrapper.html()).toMatchSnapshot();
expect(wrapper).toMatchSnapshot();
});