Jestではじめるテスト
Find a file
renovate[bot] 6e851b31d0
chore(deps): update actions/setup-node action to v4 (#12)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-01 09:41:41 +09:00
.github/workflows chore(deps): update actions/setup-node action to v4 (#12) 2023-11-01 09:41:41 +09:00
src Update esm.md 2023-02-28 18:16:48 +09:00
templates update dependencies 2023-02-28 16:49:05 +09:00
.gitignore remove Brewfile.lock.json 2022-08-01 17:59:19 +09:00
.prettierrc.yml create book 2022-02-24 17:06:32 +09:00
babel.config.json remove targets option 2022-07-26 23:17:52 +09:00
book.toml create book 2022-02-24 17:06:32 +09:00
Brewfile create book 2022-02-24 17:06:32 +09:00
LICENSE Create LICENSE 2023-03-01 15:17:17 +09:00
package.json chore(deps): update all dependencies 2023-08-01 06:57:33 +00:00
README.md create book 2022-02-24 17:06:32 +09:00
renovate.json support esm 2022-02-22 16:59:25 +09:00
yarn.lock chore(deps): update all dependencies 2023-08-01 06:57:33 +00:00

Jestではじめるテスト

ローカル環境でのビルド

前提

  • Ubuntu 20.04 LTS
  • Homebrew

手順

下記のコマンドを実行すると book ディレクトリ以下にファイルが生成されます。

brew bundle
mdbook build