2021-10-06 17:38:00 +00:00
|
|
|
package index_test
|
2021-09-29 15:38:50 +00:00
|
|
|
|
|
|
|
import "testing"
|
|
|
|
|
|
|
|
func TestNothing(t *testing.T) {
|
2022-01-27 12:29:49 +00:00
|
|
|
t.Parallel()
|
|
|
|
|
2021-09-29 15:38:50 +00:00
|
|
|
t.Skip("tests for this package have not been implemented yet")
|
|
|
|
}
|