MCPcopy Create free account
hub / github.com/Snapchat/Valdi / assertTrue

Function assertTrue

tsn/tests/tsn_test_helpers/bootstrap.ts:15–17  ·  view source on GitHub ↗
(value: boolean)

Source from the content-addressed store, hash-verified

13}
14
15function assertTrue(value: boolean) {
16 assertEquals(value, true);
17}
18
19function assertFalse(value: boolean) {
20 assertEquals(value, false);

Calls 1

assertEqualsFunction · 0.70