throw-error.js 99 B

123
  1. module.exports = function error (msg) {
  2. throw new Error('\n[vue-jest] Error: ' + (msg) + '\n')
  3. }