test: rename category

This commit is contained in:
Hiroki Osame
2023-04-25 23:05:41 +09:00
parent 7a25bc7d30
commit e634c1482a

View File

@@ -15,7 +15,7 @@ export default testSuite(({ describe }) => {
assertOpenAiToken();
describe('CLI', async ({ test, describe }) => {
describe('Commits', async ({ test, describe }) => {
test('Excludes files', async () => {
const { fixture, aicommits } = await createFixture(files);
const git = await createGit(fixture.path);