shad-go/wasm/done_test.go

12 lines
130 B
Go
Raw Permalink Normal View History

2023-04-27 20:43:03 +00:00
package wasm
import (
"testing"
"github.com/stretchr/testify/require"
)
func TestOK(t *testing.T) {
require.True(t, done)
}