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

Function test_equals

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

Source from the content-addressed store, hash-verified

28}
29
30function test_equals(value, equals, msg, properties)
31{
32 wp_test(function () { assert_equals(value, equals, msg); }, msg, properties);
33}
34
35// assert for every entry in `expectedEntries`, there is a matching entry _somewhere_ in `actualEntries`
36function test_entries(actualEntries, expectedEntries) {

Callers 5

test_entriesFunction · 0.70
test_timing_equalsFunction · 0.50
test_resource_entriesFunction · 0.50
entry_checkFunction · 0.50
entrylist_checkFunction · 0.50

Calls 2

wp_testFunction · 0.70
assert_equalsFunction · 0.50

Tested by

no test coverage detected