Missing Async XCTests on Linux

1 · Valentin Knabel · Feb. 26, 2022, midnight
Async tests do not work on Linux, only on macOS. Instead you need to implement a helper function that runs the test async by relying on expectations. https://www.swiftbysundell.com/articles/unit-testing-code-that-uses-async-await/...