cloudflarearchive / backgrid-select-all

Select-all extension for Backgrid.js
http://backgridjs.com
MIT License
12 stars 31 forks source link

Fix some unit tests to properly test the code #8

Closed pmaidens closed 10 years ago

pmaidens commented 10 years ago

Added a .toBe() statement to all the expect() calls that were missing them. This will ensure that the code is properly tested.