chore: trigger vercel

This commit is contained in:
YunYouJun
2022-06-27 09:44:49 +08:00
parent 562267438b
commit d7b6fff888

View File

@@ -1,10 +1,11 @@
// import { mount } from '@vue/test-utils' // import { mount } from '@vue/test-utils'
// import { describe, expect, it, vi } from 'vitest' // import { describe, expect, it, vi } from 'vitest'
import { describe } from 'vitest'
// import { createTestingPinia } from '@pinia/testing' // import { createTestingPinia } from '@pinia/testing'
// import ChooseFood from '../src/components/ChooseFood.vue' // import ChooseFood from '../src/components/ChooseFood.vue'
// import { useRecipeStore } from '~/stores/recipe' // import { useRecipeStore } from '~/stores/recipe'
// describe('ChooseFood.vue', () => { describe('ChooseFood.vue', () => {
// it('should render', async () => { // it('should render', async () => {
// const pinia = createTestingPinia({ // const pinia = createTestingPinia({
// createSpy: vi.fn, // createSpy: vi.fn,
@@ -56,4 +57,4 @@
// // expect(wrapper.text()).toContain('0') // // expect(wrapper.text()).toContain('0')
// }) // })
// }) })