Closed avrahamcool closed 4 years ago
Yes, that option is removed to shorten e2e test for this repo.
having to choose a unit test suits adds a lot of dependencies to the project. although testing is important, not all applications use it.
I think this option should be back. (and set the default to "no unit test" - just like before).
Agreed.
@3cp Thank you very much. creating a new project with the "none" option still bring all the test dependencies in the package.json
:(
I only saw aurelia-testing
, is that what you mean? The aurelia-testing
is also used in dev mode, not just in test, so we cannot remove it.
If you remove it from your project, you need to remove the line in src/main.js
too.
You are right.
I've must have made a mistake somehow. sorry for not double checking.
There in no longer an option for skiping unit testing. [this is also the case when creating a Plugin]
is this by design?