github.com/xyproto/orbiton/v2@v2.65.12-0.20240516144430-e10a419274ec/toimage_test.go (about)

     1  package main
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/xyproto/vt100"
     7  )
     8  
     9  func TestToImage(_ *testing.T) {
    10  	// Just check that .ToImage() is available and possible to call
    11  	vt100.NewCanvas().ToImage()
    12  }