We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507bbcc commit cc72465Copy full SHA for cc72465
src/__tests__/about-vue-router-mocha.js
@@ -11,6 +11,6 @@ test('uses require("vue-router").default when require("vue-router") is undefined
11
})
12
13
expect(() => render(About, {routes})).toThrowError(
14
- new TypeError("Cannot read property 'default' of undefined"),
+ new TypeError("Cannot read properties of undefined (reading 'default')"),
15
)
16
0 commit comments