-
-
Notifications
You must be signed in to change notification settings - Fork 550
New issue
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
Add sample test files to templates #138
Comments
We would welcome a PR to add really basic test files for the angular2 template in https://github.com/electron-userland/electron-forge-templates. They would have to be formatted in whatever the popular convention is for Angular projects. However, I think what would be even better would be if someone wrote a plugin for angular-cli. There is already progress on a similar plugin for Forge with Ember. |
Yea - last I looked - they removed the plug-ins from cli unfortunately. -- angular/angular-cli#3901 I think they have plans for something else in the future (probably webpack based?) |
That is indeed unfortunate. |
IMO this breaches the scope of If this is something people want we can discuss it over at https://github.com/electron-userland/electron-forge-templates |
Are there any plans to integrate testing framework(s) into the tool / templates?
I'm thinking in terms of
ng test
from the angular-cli.Maybe I'm missing something (new here!)
The text was updated successfully, but these errors were encountered: