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
It seems that when running the tests of a built extension, deps\bin in not in the PATH, so extensions which require installed dependency DLLs can't be loaded while running the tests which may cause all tests to be skipped, thus silently succeeding the test run.