Skip to content

Commit cc72465

Browse files
committed
chore: update expected test error
1 parent 507bbcc commit cc72465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/about-vue-router-mocha.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ test('uses require("vue-router").default when require("vue-router") is undefined
1111
})
1212

1313
expect(() => render(About, {routes})).toThrowError(
14-
new TypeError("Cannot read property 'default' of undefined"),
14+
new TypeError("Cannot read properties of undefined (reading 'default')"),
1515
)
1616
})

0 commit comments

Comments
 (0)