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
It might be good to improve tests in the template project so that they actually serve as an example to a new user how to test their app/components/etc. Right now there's just a no-op test.
The text was updated successfully, but these errors were encountered:
This isn't incredibly high priority, but I think it would be excellent to use the template project to set user expectations about what a good test-first strategy looks like. Perhaps a small component test or something else. Open to ideas here.
Also note that the template project currently doesn't test properly when yarn is installed, because yarn doesn't (yet) hoist executables of transitive dependencies into the node_modules/.bin directory of the project. This should be fixed whenever yarnpkg/yarn#760 is resolved.
It might be good to improve tests in the template project so that they actually serve as an example to a new user how to test their app/components/etc. Right now there's just a no-op test.
The text was updated successfully, but these errors were encountered: