feat(vela): add mocked turn transcript response slice
This commit is contained in:
@@ -2,5 +2,13 @@ import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [sveltekit()]
|
||||
plugins: [sveltekit()],
|
||||
resolve: {
|
||||
conditions: ['browser']
|
||||
},
|
||||
test: {
|
||||
environment: 'jsdom',
|
||||
include: ['tests/**/*.test.js'],
|
||||
exclude: ['e2e/**']
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user