mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
* init context engine * refactor * refactor * move * refactor * refactor PlaceholderVariables * refactor name * refactor * update * fix tests * update workflow * clean code * add test * move from store into service * implement the HistoryTruncate and Input Template into context engine * fix history truncate * clean
11 lines
207 B
TypeScript
11 lines
207 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
coverage: {
|
|
reporter: ['text', 'json', 'lcov', 'text-summary'],
|
|
},
|
|
environment: 'happy-dom',
|
|
},
|
|
});
|