Get started with updatechecker tests

This commit is contained in:
Girish Ramakrishnan
2016-01-23 15:57:56 -08:00
parent 5f6c8ca520
commit f48fe0a7c0
2 changed files with 65 additions and 0 deletions

View File

@@ -214,6 +214,8 @@ function checkBoxUpdates(callback) {
state.box = updateInfo.version;
saveState(state);
callback();
});
});
}