-
-
Notifications
You must be signed in to change notification settings - Fork 709
Feature: Test refactor (No merge) #763
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
base: main
Are you sure you want to change the base?
Conversation
- Replaced `--test-framework` argument in the initialization for prompts - Added new responses to global `this` following the current convention
As requested in #0599cc1a6845800bc0063c30b540b7dbc9fdbeb5
- Added test - Added tasks and dependencies to generated project - Added copy tasks to main writing task
- Babel config now supports modules (imp/exp) - Added module support in the index.html - Added sample function in main.js for future unit testing - Tests updated
This reverts commit 0b05190.
- Babel config now supports modules (imp/exp) - Added module support in the index.html - Added sample function in main.js for future unit testing - Tests updated
- Updated generator tests - Improved combined tests behaviour (e2e + unit) as single task - Added Jest sample test based in main.js' greetings function
- Updated generator tests - Added Ava sample test based in main.js' greetings function
😓 Sorry for that!
@UlisesGascon is this still something you're interested in? |
To add to this, @UlisesGascon I just want to apologize, I have no idea how I missed this cool effort of yours! I'd gladly help with the tooling challenges if you'll be interested in continuing this. Also, pushing for ESM 6 years ago was very progressive of you 😮 |
I think that depends a lot if we want to keep this generator alive or not. So far seems like the plan is to archive it yeoman/yeoman#1779 but I am open to discuss it specially if the community want to support it :) |
Please, DO NOT merge it!
This is a working in progress feature. See #759
@silvenon... Let me share with you my approach for this feature.
app/scripts/main.js
that exports a simple'\'Allo \'Allo!'
text that is used already in the generator. The idea is to test this text in the several frameworks.What do you think?