Skip to content

Commit cc86025

Browse files
committed
update
1 parent f5880d6 commit cc86025

File tree

3 files changed

+2087
-2072
lines changed

3 files changed

+2087
-2072
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@babel/preset-env": "^7.7.1",
15-
"@vue/test-utils": "1.0.0-beta.29",
15+
"@vue/test-utils": "^1.0.0",
1616
"axios": "^0.19",
1717
"babel-core": "^7.0.0-bridge.0",
1818
"babel-jest": "^24.9.0",

resources/js/tests/example.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('ExampleComponent', () => {
1919
methods: {}
2020
})
2121

22-
expect(wrapper.isVueInstance()).toBeTruthy()
22+
expect(wrapper.find('.container').vm).toBeTruthy()
2323
expect(wrapper).toMatchSnapshot()
2424
})
2525
})

0 commit comments

Comments
 (0)