Add comment in resetDB() test
This commit is contained in:
parent
33c19715a8
commit
1a3ef8ab7f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user