Implements #1021 on Z4fx extension
This commit is contained in:
parent
3ca5526f29
commit
5d17ff3f53
7 changed files with 189 additions and 72 deletions
|
@ -561,7 +561,7 @@ describe("Zotero.Translate", function() {
|
|||
item.title = "The Definitive Guide of Owls";
|
||||
item.tags = ['owl', 'tag'];
|
||||
item.complete();
|
||||
}`, 'child-dummy-translator'
|
||||
}`, {translatorID: 'child-dummy-translator'}
|
||||
);
|
||||
sinon.stub(Zotero.Translators, 'get').withArgs('child-dummy-translator').returns(childTranslator);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue