Is there anyway to make test for pagination options? ``` it('should have pagination options of 10, 20, 50, 100', function () { // code for test '); }); ``` I can't see a way for it.