
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.
5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
var TESTS = {
|
|
"recognizePDF":["recognizePDF.js"],
|
|
"utilities":["utilities.js"]
|
|
};
|