Fix running of syncLocal tests
This commit is contained in:
parent
66f6ce715b
commit
fa859b45fe
1 changed files with 2 additions and 1 deletions
|
@ -22,9 +22,10 @@ describe("Zotero.Sync.Data.Local", function() {
|
||||||
|
|
||||||
|
|
||||||
describe("#checkUser()", function () {
|
describe("#checkUser()", function () {
|
||||||
var resetDataDirFile = OS.Path.join(Zotero.DataDirectory.dir, 'reset-data-directory');
|
var resetDataDirFile;
|
||||||
|
|
||||||
before(function() {
|
before(function() {
|
||||||
|
resetDataDirFile = OS.Path.join(Zotero.DataDirectory.dir, 'reset-data-directory');
|
||||||
sinon.stub(Zotero.Utilities.Internal, 'quitZotero');
|
sinon.stub(Zotero.Utilities.Internal, 'quitZotero');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue