Apply linter fixes

This commit is contained in:
Pig Fang 2019-12-13 10:55:57 +08:00
parent 920d45a723
commit a697a9a5d3

View File

@ -476,7 +476,7 @@ test('truncate too long texture name', async () => {
test('render badges', async () => {
Vue.prototype.$http.get.mockResolvedValue({ data: {} })
Object.assign(window.blessing.extra, {
badges: [{ text: 'reina', color: 'purple' }]
badges: [{ text: 'reina', color: 'purple' }],
})
const wrapper = mount(Show, {
mocks: {