/00020_jest

Primary LanguageJavaScript

yarn
yarn run jest  # テスト
yarn run eslint . --fix # 整形

または

npm i
npx jest # テスト
npx eslint . --fix # 整形