MCPcopy Create free account
hub / github.com/bitnbytesio/node-input-validator / t2

Function t2

t.js:39–55  ·  view source on GitHub ↗
(i = 0)

Source from the content-addressed store, hash-verified

37});
38
39async function t2(i = 0) {
40
41 console.time('t2-' + i);
42
43
44 let v = await vSet.apply({
45 name: 'artisangang',
46 password: '0000000000',
47 age: 31,
48 });
49
50 let matched = await v.fails();
51
52 console.timeEnd('t2-' + i);
53
54 assert.equal(matched, true);
55}
56
57for (let i = 0; i <= 10; i++) {
58 t2(i);

Callers 1

t.jsFile · 0.85

Calls 2

applyMethod · 0.80
failsMethod · 0.80

Tested by

no test coverage detected