mfer/mfer/mfer_test.go

14 lines
238 B
Go
Raw Normal View History

2022-12-02 00:31:49 +00:00
package mfer
import "testing"
// Add those variables as well
var (
existingFolder = "./testdata/a-folder-that-exists"
nonExistingFolder = "./testdata/a-folder-that-does-not-exists"
)
func TestManifestGeneration(t *testing.T) {
}