Skip to content

Commit

Permalink
Fix test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola committed Jun 13, 2023
1 parent 8a22e4c commit 61c4e98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const testcases = [
},
];

describe.each( testcases )( "splitIntoTokensJapanese: %p", ( { description, sentence, expected } ) => {
describe.each( testcases )( "splitIntoTokensCustom for Japanese: %p", ( { description, sentence, expected } ) => {
it( description, () => {
const tokens = splitIntoTokensCustom( sentence );
expect( tokens ).toEqual( expected );
Expand Down

0 comments on commit 61c4e98

Please sign in to comment.