Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
ee98a525
Commit
ee98a525
authored
Apr 27, 2017
by
Matthew Piatetsky
Committed by
GitHub
Apr 27, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14993 from edx/fix-karma-test
Fix karma test
parents
1f8125df
ada78f5d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
lms/static/js/spec/learner_dashboard/program_details_view_spec.js
+3
-3
lms/static/karma_lms.conf.js
+2
-1
lms/static/lms/js/spec/main.js
+1
-0
No files found.
lms/static/js/spec/learner_dashboard/program_details_view_spec.js
View file @
ee98a525
...
...
@@ -186,7 +186,7 @@ define([
mobile_available
:
false
,
modified
:
'2017-03-24T14:22:15.609907Z'
,
is_enrolled
:
true
,
pacing_type
:
null
,
pacing_type
:
'self_paced'
,
video
:
null
}
]
...
...
@@ -267,7 +267,7 @@ define([
mobile_available
:
false
,
modified
:
'2017-03-24T14:16:47.547643Z'
,
is_enrolled
:
true
,
pacing_type
:
null
,
pacing_type
:
'instructor_paced'
,
video
:
null
}
]
...
...
@@ -444,7 +444,7 @@ define([
mobile_available
:
false
,
modified
:
'2017-03-23T16:47:37.108260Z'
,
is_enrolled
:
false
,
pacing_type
:
null
,
pacing_type
:
'self_paced'
,
video
:
null
}
]
...
...
lms/static/karma_lms.conf.js
View file @
ee98a525
...
...
@@ -43,7 +43,8 @@ var options = {
fixtureFiles
:
[
{
pattern
:
'../**/fixtures/**/*.html'
},
{
pattern
:
'../**/templates/**/*.html'
},
{
pattern
:
'../**/*.underscore'
}
{
pattern
:
'../**/*.underscore'
},
{
pattern
:
'../**/*.svg'
}
],
runFiles
:
[
...
...
lms/static/lms/js/spec/main.js
View file @
ee98a525
...
...
@@ -743,6 +743,7 @@
'js/spec/learner_dashboard/program_card_view_spec.js'
,
'js/spec/learner_dashboard/sidebar_view_spec.js'
,
'js/spec/learner_dashboard/program_details_header_spec.js'
,
'js/spec/learner_dashboard/program_details_view_spec.js'
,
'js/spec/learner_dashboard/program_details_sidebar_view_spec.js'
,
'js/spec/learner_dashboard/course_card_view_spec.js'
,
'js/spec/learner_dashboard/course_enroll_view_spec.js'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment