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
While doing #285, I noticed that there are no e2e tests. I mean, surely we have tests for init with different configs but it'd be robust to have full e2e tests (call CLI using execa and assert output, filesystem and so on), right?
In my case, I checked that yarn is used if there's yarn.lock indeed only manually (there's a unit test though but anyway).
What do you think if someone (me) brings those kind of tests here?
The text was updated successfully, but these errors were encountered:
Hi @vitkarpov. test-kitchen.ts is supposed to be the end-to-end test. It is not as extensive as one could want, but it is there. It would be awesome if you want to expand the e2e tests here ❤.
Ladies and gentleman! 👋 🍷
While doing #285, I noticed that there are no e2e tests. I mean, surely we have tests for
init
with different configs but it'd be robust to have full e2e tests (call CLI usingexeca
and assert output, filesystem and so on), right?In my case, I checked that
yarn
is used if there'syarn.lock
indeed only manually (there's a unit test though but anyway).What do you think if someone (me) brings those kind of tests here?
The text was updated successfully, but these errors were encountered: