Add comment in resetDB() test

This commit is contained in:
Dan Stillman 2015-06-08 04:28:50 -04:00
parent 33c19715a8
commit 1a3ef8ab7f

View File

@ -2,6 +2,7 @@ describe("Support Functions for Unit Testing", function() {
describe("resetDB", function() {
it("should restore the DB to factory settings", function* () {
this.timeout(60000);
// Quick Start Guide
yield Zotero.Items.erase(1);
assert.isFalse(yield Zotero.Items.getAsync(1));
yield resetDB();