Remove zipDirectory debugging
This commit is contained in:
parent
2c2a5a3787
commit
b1e98929fa
1 changed files with 0 additions and 8 deletions
|
@ -71,15 +71,7 @@ describe("Zotero.File", function () {
|
|||
})
|
||||
|
||||
describe("#zipDirectory()", function () {
|
||||
afterEach(function () {
|
||||
Zotero.Prefs.set('debug.log', false);
|
||||
Zotero.Debug.init();
|
||||
});
|
||||
|
||||
it("should compress a directory recursively", function* () {
|
||||
Zotero.Prefs.set('debug.log', true);
|
||||
Zotero.Debug.init();
|
||||
|
||||
var tmpPath = Zotero.getTempDirectory().path;
|
||||
var path = OS.Path.join(tmpPath, Zotero.Utilities.randomString());
|
||||
yield OS.File.makeDir(path);
|
||||
|
|
Loading…
Reference in a new issue