www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 1a3ef8ab7faf356f5d79fe639d5da1dda34e2991
parent 33c19715a83a80463ffdf693d490c0142ac845f9
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon,  8 Jun 2015 04:28:50 -0400

Add comment in resetDB() test

Diffstat:
Mtest/tests/supportTest.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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();