We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
posva
yyx990803
Learn more about funding links in repositories.
Report abuse
1 parent 5d7afbe commit d76980cCopy full SHA for d76980c
test/unit/specs/error-handling.spec.js
@@ -5,6 +5,10 @@ import { NavigationFailureType } from '../../../src/util/errors'
5
Vue.use(VueRouter)
6
7
describe('error handling', () => {
8
+ beforeEach(function () {
9
+ process.env.NODE_ENV = 'development'
10
+ })
11
+
12
it('onReady errors', done => {
13
const router = new VueRouter()
14
const err = new Error('foo')
0 commit comments