Temporarily disable test for non-integer getAsync()
This commit is contained in:
parent
71d636e8fb
commit
b79ecfb5fe
2 changed files with 3 additions and 2 deletions
|
@ -10,7 +10,8 @@ describe("Zotero.DataObjects", function () {
|
|||
});
|
||||
|
||||
describe("#getAsync()", function () {
|
||||
it("show throw if passed an invalid id", function* () {
|
||||
// TEMP: Currently just a warning
|
||||
it.skip("show throw if passed an invalid id", function* () {
|
||||
var e = yield getPromiseError(Zotero.Items.getAsync("[Object]"));
|
||||
assert.ok(e);
|
||||
assert.include(e.message, '(string)');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue