Jestではじめるテスト
Find a file
Kohei Watanabe 24ddf41240
Merge pull request #7 from kou029w/renovate/all
chore(deps): update all dependencies to v3
2022-08-01 11:04:59 +09:00
.github/workflows chore(deps): update all dependencies to v3 2022-08-01 02:00:52 +00:00
src how to creating package.json 2022-07-28 22:09:35 +09:00
templates remove targets option 2022-07-26 23:17:52 +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 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 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