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