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
Converting the tests to JS will test out the starship-cli the best, since will use it to setup and run and then destroy the tests.
Inherintly there is nothing in the tests that need to be Go specific, additionally then we can also get rid of the clients/go since it is mostly used by the tests only.
Currently test setup is also done by the Makefile in tests using older versions of setup of Starship, although we should have it still just in case, but we can rid of the go part for the tests.
The text was updated successfully, but these errors were encountered:
Overview
Converting the tests to JS will test out the starship-cli the best, since will use it to setup and run and then destroy the tests.
Inherintly there is nothing in the tests that need to be Go specific, additionally then we can also get rid of the
clients/go
since it is mostly used by the tests only.Currently test setup is also done by the
Makefile
in tests using older versions of setup of Starship, although we should have it still just in case, but we can rid of the go part for the tests.The text was updated successfully, but these errors were encountered: