MCPcopy Create free account
hub / github.com/nodejs/node / test_true

Function test_true

test/fixtures/wpt/common/performance-timeline-utils.js:25–28  ·  view source on GitHub ↗
(value, msg, properties)

Source from the content-addressed store, hash-verified

23}
24
25function test_true(value, msg, properties)
26{
27 wp_test(function () { assert_true(value, msg); }, msg, properties);
28}
29
30function test_equals(value, equals, msg, properties)
31{

Callers 3

test_entriesFunction · 0.70
entry_checkFunction · 0.50
entrylist_checkFunction · 0.50

Calls 2

wp_testFunction · 0.70
assert_trueFunction · 0.50

Tested by

no test coverage detected