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
The custom-tags test in packages/twoslash/test/rich.test.ts fails because the code sample contains imports that cannot be resolved by the twoslash compiler environment. This PR fixes it by adding // @noErrors to the code sample.
The
custom-tagstest inpackages/twoslash/test/rich.test.tsfails because the code sample contains imports that cannot be resolved by the twoslash compiler environment. This PR fixes it by adding// @noErrorsto the code sample.