Skip to content

Commit

Permalink
Improve the code coverage of the tests
Browse files Browse the repository at this point in the history
Signed-off-by: Remy Suen <[email protected]>
  • Loading branch information
rcjsuen committed Sep 12, 2017
1 parent 857d463 commit 999df0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/dockerSignatures.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,7 @@ describe("Dockerfile Signature Tests", function() {
it("[", function() {
assertAll(compute(prefix + " ", 0, offset + 1), parameterOffset + 0);
assertAll(compute(prefix + " ", 0, offset + 2), parameterOffset + 0);
assertAll(compute(prefix + " [", 0, offset + 1), parameterOffset + 0);
});

it("executable", function() {
Expand Down

0 comments on commit 999df0b

Please sign in to comment.