package game import ( "os" "testing" ) func TestMain(m *testing.M) { ensureTestEnemyTemplates() os.Exit(m.Run()) }