File tree Expand file tree Collapse file tree 6 files changed +5
-5
lines changed Expand file tree Collapse file tree 6 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import taskPosition from './task-position/task-position';
10
10
import hintPosition from './hint-position/hint-position' ;
11
11
import taskTests from './task-tests/task-tests' ;
12
12
import alert from './alert/alert' ;
13
- import testRun from './run-tests/ run-tests ' ;
13
+ import testRun from './test- run/test-run ' ;
14
14
import editorActions from './editor-actions/editor-actions' ;
15
15
import tutorials from './tutorials/tutorials' ;
16
16
import log from './log/log' ;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 85
85
" src/reducers/progress/progress.ts" ,
86
86
" src/reducers/reducer.ts" ,
87
87
" src/reducers/route/route.ts" ,
88
- " src/reducers/run-tests/parse-loaders.ts" ,
89
- " src/reducers/run-tests/run-tests.ts" ,
90
- " src/reducers/run-tests/run.ts" ,
91
- " src/reducers/run-tests/test-result.ts" ,
92
88
" src/reducers/task-position/task-position.ts" ,
93
89
" src/reducers/task-tests/task-tests.ts" ,
94
90
" src/reducers/tasks/tasks.ts" ,
91
+ " src/reducers/test-run/parse-loaders.ts" ,
92
+ " src/reducers/test-run/run.ts" ,
93
+ " src/reducers/test-run/test-result.ts" ,
94
+ " src/reducers/test-run/test-run.ts" ,
95
95
" src/reducers/tutorial-info/tutorial-info.ts" ,
96
96
" src/reducers/tutorials/check-tutorials.ts" ,
97
97
" src/reducers/tutorials/tutorials.ts" ,
You can’t perform that action at this time.
0 commit comments