Add integrationTests.js
Contains a dummy doc plugin, which is useful for: - Testing integration.js functionality - Serving as succint documentation for development of new integration plugins
This commit is contained in:
parent
269a250b4f
commit
02c43c3643
3 changed files with 286 additions and 38 deletions
|
@ -12,7 +12,7 @@ describe("Zotero.Styles", function() {
|
|||
});
|
||||
|
||||
describe("Zotero.Styles.install", function() {
|
||||
afterEach(function* (){
|
||||
afterEach(`${styleID} style should be installed`, function* (){
|
||||
assert.isOk(Zotero.Styles.get(styleID));
|
||||
yield Zotero.Styles.get(styleID).remove();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue