ensure test case catches register perf issue

This commit is contained in:
guybedford 2015-09-05 15:38:42 +02:00
parent 4968f1a51f
commit 3adf8a9d10

View File

@ -1,5 +1,18 @@
//// /collection/
//import 'test/background/collection/clientErrors.spec';
//import 'test/background/collection/playlistItems.spec';
//import 'test/background/collection/playlists.spec';
//import 'test/background/collection/searchResults.spec';
//import 'test/background/collection/videos.spec';
//import 'test/background/collection/streamItems.spec';
//// /model/
//import 'test/background/model/activePlaylistManager.spec';
//import 'test/background/model/activePlaylistManager.spec';
//import 'test/background/model/clientErrorManager.spec';
//import 'test/background/model/dataSource.spec';
//import 'test/background/model/playlistItem.spec';
//import 'test/background/model/playlistItems.spec';
//import 'test/background/model/relatedVideosManager.spec';
//import 'test/background/model/signInManager.spec';
//import 'test/background/model/user.spec';
//import 'test/background/model/youTubeV3API.spec';