Skip to content

Commit

Permalink
test: add iteration test to stripOkurigana
Browse files Browse the repository at this point in the history
  • Loading branch information
DJTB committed Sep 28, 2023
1 parent ca7e70a commit e6e203b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/core/stripOkurigana.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ describe.only('stripOkurigana', () => {
expect(stripOkurigana('踏み込む')).toBe('踏み込');
expect(stripOkurigana('使い方')).toBe('使い方');
expect(stripOkurigana('申し申し')).toBe('申し申');
expect(stripOkurigana('人々')).toBe('人々');
expect(stripOkurigana('お腹')).toBe('お腹');
expect(stripOkurigana('お祝い')).toBe('お祝');
});
Expand Down

0 comments on commit e6e203b

Please sign in to comment.