Fix typo
This commit is contained in:
parent
3918d170f9
commit
a4d19cbfe6
|
|
@ -4,7 +4,7 @@ import ModuleNavigation from '@/components/modules/ModuleNavigation'
|
|||
describe('ModuleNavigation.vue', () => {
|
||||
it('should flatten an array', () => {
|
||||
const props = {
|
||||
modlues: [],
|
||||
modules: [],
|
||||
me: {}
|
||||
};
|
||||
const wrapper = shallowMount(ModuleNavigation, {
|
||||
|
|
@ -18,7 +18,7 @@ describe('ModuleNavigation.vue', () => {
|
|||
|
||||
it('should find top level assignment', () => {
|
||||
const props = {
|
||||
modlues: [],
|
||||
modules: [],
|
||||
me: {}
|
||||
};
|
||||
const wrapper = shallowMount(ModuleNavigation, {
|
||||
|
|
@ -36,7 +36,7 @@ describe('ModuleNavigation.vue', () => {
|
|||
|
||||
it('should find content list assignments', () => {
|
||||
const props = {
|
||||
modlues: [],
|
||||
modules: [],
|
||||
me: {}
|
||||
};
|
||||
const wrapper = shallowMount(ModuleNavigation, {
|
||||
|
|
|
|||
Loading…
Reference in New Issue