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

Split unit tests and cli tests and add separate yarn scripts #67

Merged
merged 2 commits into from
May 11, 2020

Conversation

kabirbaidhya
Copy link
Contributor

Split unit tests and cli tests and add separate yarn scripts. The CLI tests take a long time to reload when you're working in your local making too many changes so it's very handy to run and watch them separately as you work on them.

  • yarn test:unit - Run unit tests.
  • yarn test:cli - Run cli tests.

@kabirbaidhya kabirbaidhya requested a review from mesaugat May 1, 2020 14:40
@kabirbaidhya kabirbaidhya self-assigned this May 1, 2020
@codecov-io
Copy link

codecov-io commented May 1, 2020

Codecov Report

Merging #67 into experimental will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##           experimental      #67   +/-   ##
=============================================
  Coverage         23.60%   23.60%           
=============================================
  Files                28       28           
  Lines              1771     1771           
  Branches            347      347           
=============================================
  Hits                418      418           
  Misses             1339     1339           
  Partials             14       14           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f1d01ca...b4ad8e1. Read the comment docs.

@kabirbaidhya kabirbaidhya added enhancement New feature or request minor labels May 1, 2020
@kabirbaidhya kabirbaidhya merged commit d35a816 into experimental May 11, 2020
@kabirbaidhya kabirbaidhya deleted the split-tests branch May 11, 2020 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants