Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
kamataryo committed Aug 31, 2023
1 parent eee6b01 commit 7c33b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ for (const [runtime, normalize] of cases) {
expect(res.level).toEqual(3)
})

describe.only('漢数字の小字のケース', () => {
describe('漢数字の小字のケース', () => {
test('愛知県豊田市西丹波町三五十', async () => {
const address = '愛知県豊田市西丹波町三五十'
const res = await normalize(address)
Expand Down

0 comments on commit 7c33b77

Please sign in to comment.