Skip to content

Commit

Permalink
refactor(tests): 🔧 Rename test files
Browse files Browse the repository at this point in the history
Rename the test files for better code organization and maintainability.
  • Loading branch information
ThijSlim committed Mar 22, 2023
1 parent 5c3ebf2 commit e414cff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { describe } from 'manten';

describe('aicommits', ({ runTestSuite }) => {
runTestSuite(import('./specs/cli.js'));
runTestSuite(import('./specs/config.js'));
runTestSuite(import('./specs/cli.spec.js'));
runTestSuite(import('./specs/config.spec.js'));
});
File renamed without changes.
File renamed without changes.

0 comments on commit e414cff

Please sign in to comment.