fix sass file loaded in test

This commit is contained in:
Ulf Gebhardt 2022-03-10 20:37:15 +01:00
parent f0ab71fc66
commit 30072a3ec5
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -4,7 +4,7 @@ import Vue from 'vue'
import GlobalComponents from './globalComponents'
import GlobalDirectives from './globalDirectives'
import './assets/scss/app.scss'
import './assets/scss/gradido.scss'
jest.mock('./globalComponents')
jest.mock('./globalDirectives')