Skip to content

Commit 56f02d5

Browse files
committed
[HASHES]: removed hello command
1 parent 71250d3 commit 56f02d5

File tree

3 files changed

+1
-49
lines changed

3 files changed

+1
-49
lines changed

src/commands/hello.ts

Lines changed: 0 additions & 31 deletions
This file was deleted.

test/commands/hash.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('hash', () => {
1111
// passing sha1 as option
1212
test
1313
.stdout()
14-
.command(['hash', 'ashish' ,'-t','sha1'])
14+
.command(['hash', 'ashish' , '-t', 'sha1'])
1515
.it("cdt hash 'ashish' -t 'sha1'", ctx => {
1616
expect(ctx.stdout).to.contain('428b6da53085b8fd7b37e9fb259c0c609bd09984')
1717
})

test/commands/hello.test.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)