Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

テストの品質を上げよう #768

Open
salano-ym opened this issue Aug 25, 2024 · 1 comment
Open

テストの品質を上げよう #768

salano-ym opened this issue Aug 25, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@salano-ym
Copy link
Member

salano-ym commented Aug 25, 2024

実装の努力目標

  • テストカバレッジを上げる
  • 異常系や境界値等のテストもできる限り書く

#644 のようなバグは未然に防ぎたい

@salano-ym salano-ym added the enhancement New feature or request label Aug 25, 2024
@salano-ym salano-ym changed the title テストの品質向上 テストの品質を上げよう Aug 25, 2024
@uzmoi
Copy link
Member

uzmoi commented Aug 25, 2024

テストの中でtry { ... } catch {}してエラーが出なければassert.failとかしてるのでこういうのもexpect(() => { ... }).toThrow()とかにしたいですね

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants