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
As suggested by @kujtimiihoxha it would be nice if artisan ng:component auto generated a test file that has a sample ngDescribe file..
Also we can do the same for services
I'd also add that this can be disabled by a flag in config/generators.php
generate tests for component with correct ngDescribe
add 2 flags to config for tests: components & services
only generate component test if flag is enabled in config
add --no-spec support
generate tests for services with correct ngDescribe
only generate service test if flag is enabled in config
As suggested by @kujtimiihoxhahttps://github.com/kujtimiihoxha it
would be nice if artisan ng:component auto generated a test file that has
a sample ngDescribe file..
Also we can do the same for services
I'd also add that this can be disabled by a flag in config/generators.php
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub #221
As suggested by @kujtimiihoxha it would be nice if
artisan ng:component
auto generated a test file that has a samplengDescribe
file..Also we can do the same for services
I'd also add that this can be disabled by a flag in
config/generators.php
--no-spec
support--no-spec
text.gitkeep
(after merging Implemented Karma Tests #219)The text was updated successfully, but these errors were encountered: