Optimize append and remove options

This commit is contained in:
Sergio Crisostomo 2017-09-03 08:49:45 +02:00
parent 17db7df4fd
commit 9c32a05699
3 changed files with 30 additions and 29 deletions

View file

@ -156,7 +156,7 @@ describe('Select.vue', () => {
});
describe('Performance tests', () => {
xit('should handle big numbers of options', done => {
it('should handle big numbers of options', done => {
const manyLaterOptions = Array.apply(null, Array(200)).map((_, i) => {
return {
value: i + 1,