Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
weiwei committed Feb 1, 2024
1 parent 980cefc commit 9d7438c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/rhyme.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { Word } from '../src';

describe('gets rhyming parts', () => {
it.skip('agudo', () => { // TODO: fix
it.skip('agudo', () => {

Check failure on line 4 in test/rhyme.test.ts

View workflow job for this annotation

GitHub Actions / build (18.x)

Delete `·`
// TODO: fix
const word = new Word('pié');
expect(word.rhyme).toEqual('é');
});
Expand Down

0 comments on commit 9d7438c

Please sign in to comment.