Lines Matching refs:done
7 it('should transition to the checking state', (done) => {
12 done();
20 it('should set updateAvailable when new update found', (done) => {
33 done();
49 it('should transition to downloading state', (done) => {
54 done();
65 it('should see updatePending when new update downloaded', (done) => {
79 done();
95 it('should handle rollback', (done) => {
108 done();
124 it('should see updatePending but no update available', (done) => {
142 done();