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

Function shouldBeTrue

deps/v8/test/webkit/resources/standalone-pre.js:123–123  ·  view source on GitHub ↗
(_a)

Source from the content-addressed store, hash-verified

121}
122
123function shouldBeTrue(_a) { shouldBe(_a, "true"); }
124function shouldBeFalse(_a) { shouldBe(_a, "false"); }
125function shouldBeNaN(_a) { shouldBe(_a, "NaN"); }
126function shouldBeNull(_a) { shouldBe(_a, "null"); }

Calls 1

shouldBeFunction · 0.70

Tested by 1

testFunction · 0.40