Add comment in resetDB() test
This commit is contained in:
parent
33c19715a8
commit
1a3ef8ab7f
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue