MCPcopy
hub / github.com/julianshapiro/velocity / complete

Function complete

test/src/3_Command/Command Reverse.ts:21–26  ·  view source on GitHub ↗
(elements)

Source from the content-addressed store, hash-verified

19 asyncTests(assert, 2, (done) => {
20 Velocity($target, defaultProperties, {
21 complete(elements) {
22 assert.equal(elements[0].velocity("style", "opacity"), defaultProperties.opacity, `Initial property #1 set correctly. (${defaultProperties.opacity})`);
23 assert.equal(elements[0].velocity("style", "width"), defaultProperties.width, `Initial property #2 set correctly. (${defaultProperties.width})`);
24
25 done();
26 },
27 });
28 });
29

Callers

nothing calls this directly

Calls 1

doneFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…