mirror of
https://github.com/zotero/zotero.git
synced 2026-09-25 01:01:20 +00:00
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 |
||
|---|---|---|
| .. | ||
| runtests.html | ||
| runtests.js | ||
| support.js | ||