Skip to content

Commit 9afc319

Browse files
committed
Update test.conf.js
1 parent b26a57d commit 9afc319

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tests/test.conf.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,11 @@ basePath = '..';
22
files = [
33
JASMINE,
44
JASMINE_ADAPTER,
5-
<<<<<<< HEAD
65
'components/jquery/jquery.js',
76
'components/angular/angular.js',
87
'components/angular-mocks/angular-mocks.js',
98
'components/select2/select2.js',
109
'src/*.js',
1110
'tests/*.js'
12-
=======
13-
'libs/angular.js/angular.js',
14-
'libs/select2/select2.js',
15-
'tests/*.js',
16-
'*.js'
17-
>>>>>>> 92733e3ba9527423adc5e7433cd6918590f04e65
1811
];
19-
runOnce = true;
12+
runOnce = true;

0 commit comments

Comments
 (0)