MCPcopy Create free account
hub / github.com/Lobos/react-ui / constructor

Method constructor

test/utils/deepEqual.js:14–16  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

12
13class Man extends Person {
14 constructor(name) {
15 super(name);
16 }
17}
18
19describe('utils deepEqual', () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected