UNPKG
okesa
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.3
1.0.1
1.0.0
Okesa: LLM-powered Natural Language Processing 💬
github.com/AdiPat/okesa
okesa
/
vitest.config.js
8 lines
(6 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{ defineConfig } from
"vitest/config"
;
export
default
defineConfig
({ test: { exclude: [
"test_folder"
,
"node_modules"
,
"dist"
], }, })
;