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
add symlink to types.ts in tests folders, so IDE won't complain
IDE was complaining about undefined types in tests.
Adding a symbolic link tests/types.ts -> src/types.ts is the cleanest
solution here because it does not require changing each test suite to
import the types neither redeclaring the types.
0 commit comments