Skip to content

Commit

Permalink
fix: add test
Browse files Browse the repository at this point in the history
Should resolve issue on github action.
  • Loading branch information
aalemayhu committed Sep 25, 2023
1 parent 82afdda commit 7ca76da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/default-templates.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// eslint-disable-next-line import/no-extraneous-dependencies
import { test, expect } from 'vitest';

import TEMPLATE_DIR from './default-templates';

test('not empty template directory', () => {
expect(TEMPLATE_DIR).not.toEqual('');
});

0 comments on commit 7ca76da

Please sign in to comment.