This commit is contained in:
Christian Cueni 2019-08-26 13:19:32 +02:00
parent 3918d170f9
commit a4d19cbfe6
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ import ModuleNavigation from '@/components/modules/ModuleNavigation'
describe('ModuleNavigation.vue', () => { describe('ModuleNavigation.vue', () => {
it('should flatten an array', () => { it('should flatten an array', () => {
const props = { const props = {
modlues: [], modules: [],
me: {} me: {}
}; };
const wrapper = shallowMount(ModuleNavigation, { const wrapper = shallowMount(ModuleNavigation, {
@ -18,7 +18,7 @@ describe('ModuleNavigation.vue', () => {
it('should find top level assignment', () => { it('should find top level assignment', () => {
const props = { const props = {
modlues: [], modules: [],
me: {} me: {}
}; };
const wrapper = shallowMount(ModuleNavigation, { const wrapper = shallowMount(ModuleNavigation, {
@ -36,7 +36,7 @@ describe('ModuleNavigation.vue', () => {
it('should find content list assignments', () => { it('should find content list assignments', () => {
const props = { const props = {
modlues: [], modules: [],
me: {} me: {}
}; };
const wrapper = shallowMount(ModuleNavigation, { const wrapper = shallowMount(ModuleNavigation, {