Skip to content

Commit

Permalink
test: drop
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Nov 26, 2019
1 parent 57e726a commit 488067e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/unit/test.program.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,6 @@ describe('program.Program', () => {
}));
});

it('recommends matching commands', () => {
const program = new Program(['buld']);
return execProgram(program)
.then(makeSureItFails())
.catch((error) => {
assert.match(error.message, /Did you mean build/);
});
});

it('exits 1 on a thrown error', () => {
const fakeProcess = createFakeProcess();
const program = new Program(['cmd'])
Expand Down

0 comments on commit 488067e

Please sign in to comment.