Skip to content

Commit 7ca76da

Browse files
committed
fix: add test
Should resolve issue on github action.
1 parent 82afdda commit 7ca76da

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/default-templates.test.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// eslint-disable-next-line import/no-extraneous-dependencies
2+
import { test, expect } from 'vitest';
3+
4+
import TEMPLATE_DIR from './default-templates';
5+
6+
test('not empty template directory', () => {
7+
expect(TEMPLATE_DIR).not.toEqual('');
8+
});

0 commit comments

Comments
 (0)