From 1a3ef8ab7faf356f5d79fe639d5da1dda34e2991 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 8 Jun 2015 04:28:50 -0400 Subject: [PATCH] Add comment in resetDB() test --- test/tests/supportTest.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tests/supportTest.js b/test/tests/supportTest.js index 3afe81cf1..e7d35e732 100644 --- a/test/tests/supportTest.js +++ b/test/tests/supportTest.js @@ -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();