mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
@returns: fixed typo in test description
This commit is contained in:
parent
21dbd5804f
commit
52528958da
@ -10,9 +10,9 @@ describe("@returns tag", function() {
|
||||
expect(find.returns[0].description).toEqual('The names of the found item(s).');
|
||||
});
|
||||
|
||||
it('When a symbol has an @param tag with only a type and name, the doclet has a returns array property that includes that param.', function() {
|
||||
it('When a symbol has an @returns tag with only a description, the doclet has a returns array property that includes that return.', function() {
|
||||
expect(typeof bind.returns).toEqual('object');
|
||||
expect(bind.returns.length).toEqual(1);
|
||||
expect(bind.returns[0].description).toEqual('The binding id.');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user