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
Mention .testable() -> .testing().
Mention XCTVapor -> VaporTesting.
Mention you should explicitly import Testing.
Mention you MUST use the corresponding module or there is a good chance your Vapor test failures won't get reported.
The text was updated successfully, but these errors were encountered:
See vapor/vapor#3257 and vapor/template#147.
Mention
.testable()
->.testing()
.Mention
XCTVapor
->VaporTesting
.Mention you should explicitly
import Testing
.Mention you MUST use the corresponding module or there is a good chance your Vapor test failures won't get reported.
The text was updated successfully, but these errors were encountered: