From 3adf8a9d10cde2352dcf0fb49fb3bbbeccd17fb5 Mon Sep 17 00:00:00 2001 From: guybedford Date: Sat, 5 Sep 2015 15:38:42 +0200 Subject: [PATCH] ensure test case catches register perf issue --- test/tests/register-regex.js | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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