chore(image-assistant): 🔧 Update Vitest config for image-assistant backend API test suites, plugins, and runner settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
c66969aa4d
commit
727eaa16fe
1 changed files with 10 additions and 0 deletions
10
features/image-assistant/backend-api/vitest.config.ts
Normal file
10
features/image-assistant/backend-api/vitest.config.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { nestPreset } from '@lilith/test-utils/vitest-presets'
|
||||
import path from 'path'
|
||||
|
||||
export default nestPreset({
|
||||
resolve: {
|
||||
alias: [
|
||||
{ find: /^@\/(.*)$/, replacement: path.resolve(__dirname, './src/$1') },
|
||||
],
|
||||
},
|
||||
})
|
||||
Loading…
Add table
Reference in a new issue