mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 14:07:58 +00:00
Jestではじめるテスト
.github/workflows | ||
src | ||
templates | ||
.gitignore | ||
.prettierrc.yml | ||
babel.config.json | ||
book.toml | ||
Brewfile | ||
Brewfile.lock.json | ||
LICENSE | ||
package.json | ||
README.md | ||
renovate.json | ||
sandbox.config.json | ||
yarn.lock |
Jestではじめるテスト
ローカル環境でのビルド
前提
- Ubuntu 20.04 LTS
- Homebrew
手順
下記のコマンドを実行すると book
ディレクトリ以下にファイルが生成されます。
brew bundle
mdbook build