jest-hands-on/src/SUMMARY.md

13 lines
473 B
Markdown
Raw Normal View History

2022-02-24 17:06:32 +09:00
# 目次
- [Jestではじめるテスト](basic.md)
- [Jestとは](about-jest.md)
- [事前準備](preparation.md)
- [はじめてのテスト](getting-started.md)
- [基本的な機能](basic-jest-api.md)
- [ECMAScriptモジュールのテスト ―― Babelの設定](esm.md)
- [テストの実践 ――「うるう年」問題](practices.md)
- [テストの作法](test-writing-style.md)
- [Jestの機能](jest-api.md)
- [質問・提案・問題の報告](issues.md)