fn expect(ok: bool) !void

This function is intended to be used only in tests. When ok is false, returns a test failure error.

Parameters

ok: bool,