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

Commitf0824c4

Browse files
committed
save commit on test pass
1 parent1997afc commitf0824c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/state/actions/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,9 @@ export default (dispatch: CR.EditorDispatch) => ({
107107
testStart(){
108108
dispatch('coderoad.run_test')
109109
},
110-
testPass(){
110+
testPass(context:CR.MachineContext):void{
111111
dispatch('coderoad.test_pass')
112+
git.gitSaveCommit(context.position)
112113
},
113114
testFail(){
114115
dispatch('coderoad.test_fail')

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp