yeoman-test just published its new version 1.3.0, which is covered by your current version range. After updating it in your project the build went from success to failure.
This means your software is now malfunctioning, because of this update. Use this branch to work on adaptions and fixes.
RunContext#toPromise() returns a promise resolved when generator is done or rejected if it errored out. Return this value from your setup phase to let your test framework automatically handle errors.
RunContext#cleanTestDirectory() removes the directory in which the generator was run. This is probably unnecessary for most of you, but might be useful if your CI doesn't automatically clean up temporary directories.
Fixes
Automatically setup --force and --skip-cache flags to ease tests flow and prevent leaks onto your system.
Hello :wave:
:rotating_light::rotating_light::rotating_light:
yeoman-test just published its new version 1.3.0, which is covered by your current version range. After updating it in your project the build went from success to failure.
This means your software is now malfunctioning, because of this update. Use this branch to work on adaptions and fixes.
Happy fixing and merging :palm_tree:
GitHub Release
New methods:
RunContext#toPromise()
returns a promise resolved when generator is done or rejected if it errored out. Return this value from your setup phase to let your test framework automatically handle errors.RunContext#cleanTestDirectory()
removes the directory in which the generator was run. This is probably unnecessary for most of you, but might be useful if your CI doesn't automatically clean up temporary directories.Fixes
--force
and--skip-cache
flags to ease tests flow and prevent leaks onto your system.The new version differs by 10 commits .
6428f93
1.3.0
3bdff7f
1.2.0
0748a4e
Add RunContext#cleanTestDirectory() method - Fix #3
1f1af36
Set --skip-cache by default
a2d26ca
Add #toPromise() method
68f54c1
Set --force by default
cd6fc86
1.1.0
d2e94ae
Update to ESLint 2
28e93f7
Update dependencies
35d5d00
Throw exception if there's no error listeners
See the full diff.
This pull request was created by greenkeeper.io. It keeps your software up to date, all the time.
Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster :zap: