Skip to content

Commit

Permalink
add test for unipept
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere committed Jul 30, 2024
1 parent beb414c commit 5c9e17f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/commands/unipept.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { Unipept } from '../../lib/commands/unipept';

test('test single argument', async () => {
const command = new Unipept();
const commandNames = command.program.commands.map(c => c.name());
expect(commandNames).toContain("pept2lca");
});

0 comments on commit 5c9e17f

Please sign in to comment.