Skip to content

Commit

Permalink
WIP #162 Remove a duplicated test
Browse files Browse the repository at this point in the history
Signed-off-by: Remy Suen <[email protected]>
  • Loading branch information
rcjsuen committed Aug 31, 2017
1 parent 5928a86 commit 3755ddf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/dockerSignatures.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -958,13 +958,6 @@ describe("Dockerfile Signature Tests", function() {
assertShell(compute(prefix + " node --inspect server.js --port=8000", 0, offset + 37), 2);
});

it("...", function() {
assertShell(compute(prefix + " node ", 0, offset + 6), 1);
assertShell(compute(prefix + " node --inspect", 0, offset + 6), 1);
assertShell(compute(prefix + " node --inspect", 0, offset + 12), 1);
assertShell(compute(prefix + " node --inspect", 0, offset + 15), 1);
});

it("valid JSON", function() {
assertShell(compute(prefix + " [] ", 0, offset + 4), 1);
assertShell(compute(prefix + " [ \"cmd\" ] ", 0, offset + 12), 2);
Expand Down

0 comments on commit 3755ddf

Please sign in to comment.