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

Commit137d07b

Browse files
committed
udpate typings
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent16dbc6c commit137d07b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎typings/tutorial.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export type Step = {
2828
setup:StepActions
2929
solution:Maybe<StepActions>
3030
subtasks?:{[testName:string]:boolean}
31+
hints?:string[]
3132
}
3233

3334
/** A tutorial for use in VSCode CodeRoad */
@@ -61,7 +62,7 @@ export interface TestRunnerArgs {
6162

6263
exportinterfaceTestRunnerConfig{
6364
command:string
64-
args?:TestRunnerArgs
65+
args:TestRunnerArgs
6566
path?:string// deprecated
6667
directory?:string
6768
actions?:StepActions// deprecated

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp