Fix typo
This commit is contained in:
parent
3918d170f9
commit
a4d19cbfe6
|
|
@ -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, {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue