Home
last modified time | relevance | path

Searched refs:spyChild (Results 1 – 1 of 1) sorted by relevance

/third_party/jsframework/test/ut/model/
Dindex.ts99 const spyChild = sinon.spy(); constant
102 subVm.$on('event1', spyChild);
121 expect(spyChild.args.length).eql(0);
126 expect(spyChild.args.length).eql(1);
134 expect(spyChild.args.length).eql(1);
138 expect(spyChild.args.length).eql(2);
145 expect(spyChild.args.length).eql(3);
149 expect(spyChild.args.length).eql(4);