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

Commit029e1cd

Browse files
committed
test step solution
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parentf11a7ab commit029e1cd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎tests/parse.test.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,10 @@ The first step
386386
filter:"someFilter",
387387
subtasks:true,
388388
},
389+
solution:{
390+
commands:["npm install"],
391+
files:["someFile.js"],
392+
},
389393
},
390394
],
391395
},
@@ -396,6 +400,7 @@ The first step
396400
config,
397401
commits:{
398402
L1S1Q:["abcdefg1","123456789"],
403+
L1S1A:["1gfedcba","987654321"],
399404
},
400405
});
401406
constexpected={
@@ -419,6 +424,11 @@ The first step
419424
filter:"someFilter",
420425
subtasks:true,
421426
},
427+
solution:{
428+
commits:["1gfedcba","987654321"],
429+
commands:["npm install"],
430+
files:["someFile.js"],
431+
},
422432
},
423433
],
424434
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp