Jestではじめるテスト
Find a file
2022-07-21 15:59:10 +09:00
.github/workflows run on test pass 2022-02-24 17:51:47 +09:00
src リンクの整理 2022-07-21 15:59:10 +09:00
templates upgrade all depends 2022-07-20 19:15:18 +09:00
.gitignore delete Brewfile.lock.json 2022-07-20 19:17:37 +09:00
.prettierrc.yml create book 2022-02-24 17:06:32 +09:00
babel.config.json shortened target string 2022-02-23 18:35:21 +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 2021-07-27 10:59:29 +09:00
package.json upgrade all depends 2022-07-20 19:15:18 +09: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 upgrade all depends 2022-07-20 19:15:18 +09:00

Jestではじめるテスト

ローカル環境でのビルド

前提

  • Ubuntu 20.04 LTS
  • Homebrew

手順

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

brew bundle
mdbook build