ci: fix nuxt lint

This commit is contained in:
YunYouJun
2024-09-15 18:26:51 +08:00
parent 86b565dfa9
commit 7fe1f95d9d
11 changed files with 450 additions and 175 deletions

View File

@@ -1,6 +1,6 @@
import { createPinia, setActivePinia } from 'pinia'
import { beforeEach, describe, expect, it } from 'vitest'
import { useRecipeStore } from '../composables/store'
import { useRecipeStore } from '../app/composables/store'
describe('recipe interaction', () => {
beforeEach(() => {