Skip to content

Commit

Permalink
add test for SupportedIdes function (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
moshebe committed Jul 27, 2020
1 parent 5a04440 commit c838d46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/setup/ide_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ func TestIde_detected(t *testing.T) {
_, err = afero.ReadDir(AppFs, ".not-exists")
assertion.Error(err)
}

func TestIde_SupportedIdes(t *testing.T) {
assert.NotEmpty(t, SupportedIdes(".", 0))
}

0 comments on commit c838d46

Please sign in to comment.