Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Sep 12, 2024
1 parent edde5e4 commit 7727134
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ describe('fanyi CLI', () => {
it('should print translation of the word', async () => {
const { stdout } = await runScript(['hello']);
expect(stdout).toContain(`hello 英[ hə'ləʊ ] 美[ həˈloʊ ] ~ iciba.com`);
expect(stdout).toContain('hello [həˈləʊ] ~ 你好 [nǐ hǎo]');
});

it('should print usage if no arguments are given', async () => {
Expand Down

0 comments on commit 7727134

Please sign in to comment.