summaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/register-regex.js
blob: 847e818fde325d1cc9115ce43e40df37bcb1e6f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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/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';