zotero/test/tests
Dan Stillman d9c32a8e90 Fix search saving, and add some unit tests
Also:

- Return an object from `Zotero.Search.prototype.getConditions()`
  instead of an array.
- Add support function `getPromiseError(promise)` to return the error
  thrown from a chain of promises, or false if none. (We could make an
  `assert.throwsAsync()`, but this allows testing of various properties
  such as `.name`, which even the built-in `assert.throws()` can't
  test.)
- Clarify some search save errors
2015-04-17 00:25:09 -04:00
..
data Add unit test for PDF recognition without DOI 2015-03-08 16:20:57 -04:00
lookup.js Lengthen timeout for ISBN tests 2015-03-11 14:37:52 -04:00
recognizePDF.js Q -> Bluebird in tests 2015-04-13 03:44:59 -04:00
searchTests.js Fix search saving, and add some unit tests 2015-04-17 00:25:09 -04:00
support.js Enable Bluebird generator support in Mocha 2015-04-15 01:35:53 -04:00
utilities.js Trim down ISSN/ISBN test for characters that should not be ignored 2015-03-30 16:28:12 -05:00