Skip to content

cache.tsのテスト実装#12

Open
sakaritoru wants to merge 1 commit into
mainfrom
feature/add-cache-tests
Open

cache.tsのテスト実装#12
sakaritoru wants to merge 1 commit into
mainfrom
feature/add-cache-tests

Conversation

@sakaritoru
Copy link
Copy Markdown
Owner

変更内容

  • Jestの設定を追加
    • jest.config.jsの作成
    • setupTests.tsの作成
  • cache.tsのテストを実装
    • キャッシュの設定・取得のテスト
    • エラーケースのテスト
    • 100%のカバレッジを達成

レビューのポイント

  • テストケースの網羅性
  • モックの適切性
  • テスト環境の設定

Resolves #11

- Add Jest configuration
- Add test setup file
- Add cache.ts tests with 100% coverage

Resolves #11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cache.tsのテスト実装

1 participant