File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ exports.config = {
34
34
framework : 'jasmine2' ,
35
35
36
36
specs : [
37
- // '../temp/test-suites/tc-login.spec.js'
37
+ '../temp/test-suites/tc-login.spec.js' ,
38
38
// '../temp/test-suites/tc-tools.spec.js',
39
39
// '../temp/test-suites/tc-account.spec.js',
40
40
// '../temp/test-suites/tc-profile.spec.js',
41
41
// '../temp/test-suites/tc-header.spec.js',
42
42
// '../temp/test-suites/tc-footer.spec.js',
43
43
// '../temp/test-suites/tc-preferences.spec.js',
44
- // '../temp/test-suites/tc-challenge-listing.spec.js',
45
- // '../temp/test-suites/tc-challenge-detail.spec.js',
44
+ '../temp/test-suites/tc-challenge-listing.spec.js' ,
45
+ '../temp/test-suites/tc-challenge-detail.spec.js' ,
46
46
// '../temp/test-suites/tc-my-dashboard.spec.js',
47
47
'../temp/test-suites/tc-member-profile.spec.js' ,
48
48
] ,
You can’t perform that action at this time.
0 commit comments