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 May 22, 2024. It is now read-only.
Runner expects
it
to be available in the global scopeglobal.it
.This fails under Vitest, which expects
it
to be imported explicitly, just like any other function.https://github.com/oclif/fancy-test/blob/08ef27c96c5a94820131a259e143c0eed5884c4e/src/base.ts#L5C1-L9
A workaround is to force Vitest to use globals:
The text was updated successfully, but these errors were encountered: