mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
linting
This commit is contained in:
parent
f61a92998f
commit
68c6d09e43
@ -11,11 +11,10 @@ const localVue = global.localVue
|
||||
|
||||
const router = new VueRouter({ routes })
|
||||
|
||||
|
||||
const transitionStub = () => ({
|
||||
render (h) {
|
||||
render(h) {
|
||||
return this.$options._renderChildren
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
describe('DashboardLayoutGdd', () => {
|
||||
@ -73,7 +72,6 @@ describe('DashboardLayoutGdd', () => {
|
||||
})
|
||||
|
||||
describe('navigation bar', () => {
|
||||
|
||||
let navbar
|
||||
|
||||
beforeEach(() => {
|
||||
|
||||
@ -17,7 +17,6 @@ import VueQrcode from 'vue-qrcode'
|
||||
|
||||
import clickOutside from '@/directives/click-ouside.js'
|
||||
|
||||
|
||||
global.localVue = createLocalVue()
|
||||
|
||||
Object.keys(rules).forEach((rule) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user