Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit d0aab03

Browse files
committed
fix: remove unused import in type generation test
- Removed the unused `CommandError` import from `index.test.ts` to clean up the code and improve readability. - This change helps maintain a tidy codebase by eliminating unnecessary dependencies.
1 parent e26edbd commit d0aab03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/types/generate/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { session } from '../../../session';
2-
import { CommandError, konsola } from '../../../utils';
2+
import { konsola } from '../../../utils';
33
import { generateStoryblokTypes, generateTypes } from './actions';
44
import chalk from 'chalk';
55
import { colorPalette } from '../../../constants';

0 commit comments

Comments
 (0)