mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
* fix(admin): update test files predeploy * fix(admin): update test files predeploy * fix(admin): update test files predeploy
28 lines
709 B
Plaintext
28 lines
709 B
Plaintext
// import dashboardPlugin from './dashboard-plugin.js'
|
|
// import Vue from 'vue'
|
|
//
|
|
// import GlobalComponents from './globalComponents'
|
|
// import GlobalDirectives from './globalDirectives'
|
|
//
|
|
// import './assets/scss/gradido.scss'
|
|
//
|
|
// jest.mock('./globalComponents')
|
|
// jest.mock('./globalDirectives')
|
|
//
|
|
// jest.mock('vue')
|
|
//
|
|
// const vueUseMock = jest.fn()
|
|
// Vue.use = vueUseMock
|
|
//
|
|
// describe('dashboard plugin', () => {
|
|
// dashboardPlugin.install(Vue)
|
|
//
|
|
// it('installs the global components', () => {
|
|
// expect(vueUseMock).toBeCalledWith(GlobalComponents)
|
|
// })
|
|
//
|
|
// it('installs the global directives', () => {
|
|
// expect(vueUseMock).toBeCalledWith(GlobalDirectives)
|
|
// })
|
|
// })
|