toss / es-hangul

A modern JavaScript library for handling Hangul characters.
https://es-hangul.slash.page/
MIT License
1.32k stars 94 forks source link

test: utils 기능들의 테스트 케이스를 개선합니다 #151

Closed po4tion closed 4 months ago

po4tion commented 4 months ago

Overview

utils의 uncovered line을 개선합니다.

개선전

스크린샷 2024-06-30 오전 12 23 02

개선후

스크린샷 2024-06-30 오전 12 22 50

PR Checklist

  1. I have read the Contributing Guide
  2. I have written documents and tests, if needed.
changeset-bot[bot] commented 4 months ago

⚠️ No Changeset found

Latest commit: 55d6a9c578e16c41ac6defe78661a266c172c8c1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
es-hangul ❌ Failed (Inspect) Jun 29, 2024 4:17pm
codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.60%. Comparing base (f782ec2) to head (55d6a9c).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/toss/es-hangul/pull/151/graphs/tree.svg?width=650&height=150&src=pr&token=My9jTW6bSr&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=toss)](https://app.codecov.io/gh/toss/es-hangul/pull/151?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=toss) ```diff @@ Coverage Diff @@ ## main #151 +/- ## ========================================== + Coverage 98.80% 99.60% +0.79% ========================================== Files 16 16 Lines 251 251 Branches 55 55 ========================================== + Hits 248 250 +2 + Misses 3 1 -2 ```