Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit49d5e4b

Browse files
committed
rename run-tests > test-run. match styleguide
1 parent8401dee commit49d5e4b

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

‎src/reducers/reducer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import taskPosition from './task-position/task-position';
1010
importhintPositionfrom'./hint-position/hint-position';
1111
importtaskTestsfrom'./task-tests/task-tests';
1212
importalertfrom'./alert/alert';
13-
importtestRunfrom'./run-tests/run-tests';
13+
importtestRunfrom'./test-run/test-run';
1414
importeditorActionsfrom'./editor-actions/editor-actions';
1515
importtutorialsfrom'./tutorials/tutorials';
1616
importlogfrom'./log/log';
File renamed without changes.
File renamed without changes.

‎tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@
8585
"src/reducers/progress/progress.ts",
8686
"src/reducers/reducer.ts",
8787
"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",
9288
"src/reducers/task-position/task-position.ts",
9389
"src/reducers/task-tests/task-tests.ts",
9490
"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",
9595
"src/reducers/tutorial-info/tutorial-info.ts",
9696
"src/reducers/tutorials/check-tutorials.ts",
9797
"src/reducers/tutorials/tutorials.ts",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp