zotero/test/tests/index.js
Simon Kornblith 3f0f7af71a Add unit test for PDF recognition with DOI
Also some support code that was useful here and will probably be
useful for other tests. This is a pretty complicated thing to test, but
it seems to work.
2015-03-08 16:02:10 -04:00

5 lines
84 B
JavaScript

var TESTS = {
"recognizePDF":["recognizePDF.js"],
"utilities":["utilities.js"]
};