Skip to content

Commit 029e1cd

Browse files
committed
test step solution
Signed-off-by: shmck <[email protected]>
1 parent f11a7ab commit 029e1cd

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
const expected = {
@@ -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)