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

support adding/deleting test entry files in watch mode #93

Merged
merged 5 commits into from
Jan 2, 2017

Conversation

zinserjan
Copy link
Owner

@zinserjan zinserjan commented Jan 2, 2017

This PR allows you to add or delete test entry files while mocha-webpack is running in watch mode. Before you had to restart mocha-webpack, after you added new test files.

  • add new entry -> just test this file
  • delete new entry -> runs empty suite

@codecov-io
Copy link

codecov-io commented Jan 2, 2017

Current coverage is 93.35% (diff: 100%)

Merging #93 into master will increase coverage by 0.36%

@@             master        #93   diff @@
==========================================
  Files            21         22     +1   
  Lines           528        557    +29   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            491        520    +29   
  Misses           37         37          
  Partials          0          0          

Powered by Codecov. Last update 61af911...7ab9747

@zinserjan zinserjan merged commit 87f5d16 into master Jan 2, 2017
@zinserjan zinserjan deleted the add-delete-entry-files branch January 2, 2017 15:58
@zinserjan zinserjan mentioned this pull request Jan 2, 2017
22 tasks
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