update dependencies (#1054)

This commit is contained in:
neverland
2018-05-12 16:27:30 +08:00
committed by GitHub
parent a3c1e49eee
commit d2fe21d45d
4 changed files with 8043 additions and 6348 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
import { shallow } from '@vue/test-utils';
import { shallowMount } from '@vue/test-utils';
import Actionsheet from '../';
test('callback events', () => {
const callback = jest.fn();
const wrapper = shallow(Actionsheet, {
const wrapper = shallowMount(Actionsheet, {
propsData: {
actions: [
{ name: 'Option', callback },