UNPKG
llm-commit
Version:
latest (2.3.0)
2.3.0
2.1.0
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
Turns diffs into concise, readable git commit messages
github.com/conradbkay/llm-commit
llm-commit
/
vitest.config.js
10 lines
(8 loc)
•
221 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import { configDefaults, defineConfig }
from
'vitest/config'
export
default
defineConfig
({
test
: {
environment
:
'node'
,
include
: [
'tests/**/*.test.ts'
],
exclude
: [...configDefaults.exclude] } })