shad-go/wasm/done_test.go
2023-04-28 00:43:03 +04:00

11 lines
130 B
Go

package wasm
import (
"testing"
"github.com/stretchr/testify/require"
)
func TestOK(t *testing.T) {
require.True(t, done)
}