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