diff options
Diffstat (limited to 'test/api/selectSpec.js')
-rw-r--r-- | test/api/selectSpec.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/api/selectSpec.js b/test/api/selectSpec.js index 8d8a186..84895b1 100644 --- a/test/api/selectSpec.js +++ b/test/api/selectSpec.js @@ -47,6 +47,7 @@ describe("awesomplete.select", function () { expect(handler).toHaveBeenCalledWith( jasmine.objectContaining({ text: expectedTxt, + data: expectedTxt, origin: this.selectArgument || this.subject.ul.children[0] }) ); |