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 following test passes with no errors logged to the console:
@Test("This should be marked AsyncTest but isn't")publicasyncmyTest(){awaitnewPromise(resolve=>setTimeout(resolve,0));Expect(true).toBe(false);}
If I run it through tap-xunit it also passes, but I do at least see a message in the console: (node:21288) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): ExactMatchError: Expected true to be false. Can tap-bark do something similar?
The text was updated successfully, but these errors were encountered:
The following test passes with no errors logged to the console:
If I run it through tap-xunit it also passes, but I do at least see a message in the console:
(node:21288) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): ExactMatchError: Expected true to be false.
Can tap-bark do something similar?The text was updated successfully, but these errors were encountered: