diff --git a/test/tests/register-regex.js b/test/tests/register-regex.js index 81116d26..847e818f 100644 --- a/test/tests/register-regex.js +++ b/test/tests/register-regex.js @@ -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'; \ No newline at end of file +//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'; \ No newline at end of file