We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11a7ab commit 029e1cdCopy full SHA for 029e1cd
tests/parse.test.ts
@@ -386,6 +386,10 @@ The first step
386
filter: "someFilter",
387
subtasks: true,
388
},
389
+ solution: {
390
+ commands: ["npm install"],
391
+ files: ["someFile.js"],
392
+ },
393
394
],
395
@@ -396,6 +400,7 @@ The first step
396
400
config,
397
401
commits: {
398
402
L1S1Q: ["abcdefg1", "123456789"],
403
+ L1S1A: ["1gfedcba", "987654321"],
399
404
405
});
406
const expected = {
@@ -419,6 +424,11 @@ The first step
419
424
420
425
421
426
427
428
+ commits: ["1gfedcba", "987654321"],
429
430
431
422
432
423
433
434
0 commit comments