generator-esnext-test
v1.0.1
Published
A Yeoman generator for creating tests using what's next in JavaScript.
Downloads
3
Maintainers
Readme
generator-esnext-test
A Yeoman generator for creating tests using what's next in JavaScript.
Installation
First, install Yeoman and generator-esnext-test using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-esnext-test
Then generate your new project:
yo esnext-test
What You Get
The following is installed by this generator (helper.js
is only installed when the helper
option/ prompt is true, which it is by default):
|-- package.json
|-- test/
|-- helper.js
The package.json
file is created if it does not exist, and the scripts
property is augmented with a test
and test:watch
command (and a test:cover
command, if the coverage
option/ prompt is set to true
).
You can change the test directory by setting the testDir
option/ prompt.
Getting To Know Yeoman
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
License
MIT © Chris Sauve