Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: npm test 実行時、定義中に含まれる spec の内容を検証 #110

Merged
merged 1 commit into from
Sep 18, 2021

Conversation

f440
Copy link
Member

@f440 f440 commented Sep 16, 2021

課題・背景

テストを行う際には dict/*.yml の定義中に含まれる specs の中身も検証したい。

やったこと

  • test:dict というコマンドを追加した。中では textlint を実行しており、specs のチェックが行われる。
  • これまでやっていた test というコマンドは test:textlint-scripts に変更した。
  • test では test:textlint-scriptstest:dict を逐次実行するようにした。

やらなかったこと

  • test を呼び出した際、test:textlint-scriptstest:dict を並列実行することも検討したが、1〜3秒くらいしか実行時間が短縮できなかったのでやめた。

動作確認

  • npm test (あるいは npm run test:dict)が実行でき、正常終了すること
  • dict/prh-basic.yml の定義に適当な specs を追加し、npm test (あるいは npm run test:dict)を実行すると失敗すること

@kgsi kgsi self-requested a review September 16, 2021 12:08
@diescake diescake self-requested a review September 16, 2021 17:51
Copy link
Contributor

@diescake diescake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ありがとうございます!LGTMです!!🎉🎉

(元々の問題ですが、lockファイルはyarnベースなのに、npm scriptsはnpm ベースになっているの気になる…)

  • 動作確認よさそう〜〜
  • コードも👍👍

@f440
Copy link
Member Author

f440 commented Sep 18, 2021

(元々の問題ですが、lockファイルはyarnベースなのに、npm scriptsはnpm ベースになっているの気になる…)

僕も気になりますした🤔

確認どもです!

@f440 f440 merged commit 4367613 into kufu:main Sep 18, 2021
@f440 f440 deleted the add-spec-check branch September 18, 2021 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants