Fix test failures
This commit is contained in:
parent
daf4a8fe4d
commit
208d470531
2 changed files with 6 additions and 9 deletions
|
@ -359,6 +359,7 @@ describe("Zotero.Utilities", function() {
|
|||
});
|
||||
describe("itemFromCSLJSON", function () {
|
||||
it("should stably perform itemToCSLJSON -> itemFromCSLJSON -> itemToCSLJSON", function* () {
|
||||
this.timeout(10000);
|
||||
let data = loadSampleData('citeProcJSExport');
|
||||
|
||||
for (let i in data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue