vise/resource/fs_test.go

11 lines
115 B
Go
Raw Normal View History

2023-03-31 11:52:04 +02:00
package resource
import (
"testing"
)
func TestNewFs(t *testing.T) {
n := NewFsResource("./testdata")
2023-03-31 11:52:04 +02:00
_ = n
}