const dc = new DataContainer(); assert.equal(dc.getData(), 'DATA: undefined'); setTimeout(() => assert.equal( dc.getData(), 'DATA: downloaded'), 0);