-
Notifications
You must be signed in to change notification settings - Fork 0
/
jest.config.js
25 lines (25 loc) · 916 Bytes
/
jest.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module.exports = {
projects: [
'<rootDir>/apps/spotify',
'<rootDir>/libs/shared/service',
'<rootDir>/libs/web/lyrics/view',
'<rootDir>/libs/web/lyrics/mini-lyrics/service',
'<rootDir>/libs/web/lyrics/mini-lyrics/interface',
'<rootDir>/libs/web/lyrics/model',
'<rootDir>/libs/spotify/player/view',
'<rootDir>/libs/spotify/homepage/view',
'<rootDir>/libs/spotify/sidebar/view',
'<rootDir>/libs/spotify/view',
'<rootDir>/libs/shared/pipes',
'<rootDir>/libs/shared/interceptors',
'<rootDir>/libs/web/spotify/shared/view',
'<rootDir>/libs/web/spotify/shared/helper',
'<rootDir>/libs/web/spotify/shared/pipe',
'<rootDir>/libs/shared/view',
'<rootDir>/libs/helper',
'<rootDir>/libs/shared/helper',
'<rootDir>/libs/web/spotify/shared/service',
'<rootDir>/libs/shared/test-helpers',
'<rootDir>/libs/web/spotify/shared/directives',
],
};