UNPKG
@vue/vue2-jest
Version:
26.0.1 (26.0.1)
27.0.0-alpha.3 (27.0.0-alpha.3)
27.0.0-alpha.4 (27.0.0-alpha.4)
latest (29.2.6)
29.2.6
29.2.5
29.2.4
29.2.3
29.2.2
29.2.1
29.2.0
29.1.1
29.1.0
29.0.0
28.1.0
28.0.1
28.0.0
27.0.0
27.0.0-alpha.4
27.0.0-alpha.3
27.0.0-alpha.2
27.0.0-alpha.1
26.0.1
Jest transformer for Vue 2
vuejs/vue-jest
@vue/vue2-jest
/
lib
/
throw-error.js
4 lines
(3 loc)
•
101 B
JavaScript
View Raw
1
2
3
4
module
.
exports
=
function
throwError
(
msg
) {
throw
new
Error
(
'\n[vue-jest] Error: '
+ msg +
'\n'
) }