mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
lint fixes
This commit is contained in:
parent
b689181bf5
commit
e3340760f5
@ -22,21 +22,21 @@ describe('ComponentSlider.vue', () => {
|
||||
{
|
||||
validated: true,
|
||||
button: {
|
||||
icon: "smile",
|
||||
icon: 'smile',
|
||||
callback: jest.fn().mockResolvedValue(true),
|
||||
sliderCallback: jest.fn().mockResolvedValue(true),
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
validated: true,
|
||||
button: {
|
||||
icon: "smile",
|
||||
icon: 'smile',
|
||||
callback: jest.fn().mockResolvedValue(true),
|
||||
sliderCallback: jest.fn().mockResolvedValue(true),
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user