We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
yeoman.test.assertX
yeoman.assert.x
test.testDirectory
assertFileContent
assertNoFileContent
assertNoFile
before
setUpTestDirectory
assertFile
The text was updated successfully, but these errors were encountered:
Released: https://github.com/yeoman/generator/releases/tag/v0.16.0
Sorry, something went wrong.
woot :)
SBoudrias
No branches or pull requests
Environement
Generators test utilities
yeoman.test.assertX
method are available asyeoman.assert.x
.test.testDirectory
on Windows when the test directory was the CWD.assertFileContent
(check a file exist and its content match a regex)assertNoFileContent
(check a file content doesn't match a regex)assertNoFile
(check a file doesn't exist)before
->setUpTestDirectory
assertFile
with regex to match content. UseassertFileContent
instead.Misc
The text was updated successfully, but these errors were encountered: