Add CLI package
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { expect, tap } from '@git.zone/tstest/tapbundle';
|
||||
import { normalizeFileStem } from '../ts/index.js';
|
||||
|
||||
tap.test('normalizes generated file names', async () => {
|
||||
expect(normalizeFileStem('Plant Sitter!')).toEqual('plant-sitter');
|
||||
});
|
||||
|
||||
export default tap.start();
|
||||
Reference in New Issue
Block a user