mirror of
https://github.com/rsteube/carapace-bin.git
synced 2025-05-05 15:32:53 +00:00
12 lines
127 B
Go
12 lines
127 B
Go
package main
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/carapace-sh/carapace"
|
|
)
|
|
|
|
func TestCarapace(t *testing.T) {
|
|
carapace.Test(t)
|
|
}
|