WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2019. It is now read-only.
Sayed Ibrahim Hashimi edited this page Apr 2, 2015
·
1 revision
As you are making changes to the generators you will want to run the test cases locally to ensure they pass before committing or submitting a new PR. The test cases are mocha test cases so you'll need mocha to execute those tests.
There are a few things that need to be installed to get the test cases to run. You can install those with the following commands.
npm install yeoman-generator
npm install mocha
npm install chalk
After that you should be able to execute npm test to run the test cases from the generator-aspnet directory.