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
{{ message }}
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
This will also solve issue of publishing coverage to npm since that folder will be created into parent directory. Therefore, we do not need to add coverage in every .npmignore once this issue is resolved.
The same we did here with
eslint
andflow
#719 can be done withjest
. So we install it only once.The blocker here is that we need to convert
gluestick-shared
tests to Jest (there are very few so it should be fast).This should also allow us to move presets and plugins needed for
test
env so the problem of running test from parent package should also be solved.The text was updated successfully, but these errors were encountered: