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 032a7a4 commit cd9da5aCopy full SHA for cd9da5a
packages/test-utils/src/error-handler.js
@@ -4,6 +4,4 @@ export default function errorHandler (errorOrString, vm) {
4
: new Error(errorOrString)
5
6
vm._error = error
7
-
8
- throw error
9
}
0 commit comments