Skip to content

Commit

Permalink
style(lint): remove unused Key imports
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 26, 2017
1 parent a47cb8d commit d153bf7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/collection.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import Vuefire from '../src'
import {
db,
tick,
Key,
Vue
} from './helpers'

Expand Down
1 change: 0 additions & 1 deletion test/document.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import Vuefire from '../src'
import {
db,
tick,
Key,
Vue
} from './helpers'

Expand Down
1 change: 0 additions & 1 deletion test/refs-collections.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
tick,
delay,
delayUpdate,
Key,
spyUnbind,
Vue
} from './helpers'
Expand Down

0 comments on commit d153bf7

Please sign in to comment.