Skip to content

Commit aeadd04

Browse files
committed
refactor(test/commit-template): adapt with dependencies upgrade
1 parent d592206 commit aeadd04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/commit-template.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { Answers, headerTemplate, commitTemplate } from './commit-template';
1+
import type { Answers } from './commit-template';
2+
import { headerTemplate, commitTemplate } from './commit-template';
23

34
describe('commit-template', () => {
45
describe('headerTemplate', () => {

0 commit comments

Comments
 (0)