Searched refs:spyChild (Results 1 – 1 of 1) sorted by relevance
99 const spyChild = sinon.spy(); constant102 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);