ci: add lint-staged check

This commit is contained in:
YunYouJun
2024-09-15 18:14:52 +08:00
parent 41bdc3346f
commit 86b565dfa9
15 changed files with 923 additions and 331 deletions

View File

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