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