Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 297 Bytes

test.md

File metadata and controls

18 lines (11 loc) · 297 Bytes

テスト

jest

テストを書く

./tests/に書きます。

テストを実行する

注意: DBを実行していないと失敗するテストがあります。

# DBを起動する(-dでバックグラウンド実行できるよ)
docker-compose up

yarn test