Skip to content

Commit b9386fd

Browse files
committed
eslint
1 parent 6115181 commit b9386fd

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

test/unit/specs/pipeline/deactivate.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ describe('deactivate', function () {
6262
})
6363
})
6464

65-
6665
it('abort async', function (done) {
6766
test({
6867
a: {

test/unit/specs/pipeline/full.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
var wait = 16
21
var testUtils = require('../util')
32
var test = testUtils.test
43
var assertCalls = testUtils.assertCalls
54
var util = require('../../../../src/util')
65

7-
86
describe('full', function () {
97

108
beforeEach(function () {

test/unit/specs/util.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
var Vue = require('vue')
22
var Router = require('../../../src')
33
var Emitter = require('events').EventEmitter
4-
var wait = 16
54

65
/**
76
* Setup a router app for testing with two nested routes:

0 commit comments

Comments
 (0)