Skip to content

Commit 205ea11

Browse files
committed
chore: switch to unit tests
Signed-off-by: Manfred Touron <[email protected]>
1 parent c695303 commit 205ea11

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

examples/gno.land/r/profile/integration0_filetest.gno

-16
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
package profile
2+
3+
import (
4+
"fmt"
5+
"testing"
6+
7+
"gno.land/r/profile"
8+
)
9+
10+
func TestRender(t *testing.T) {
11+
got := profile.Render("")
12+
fmt.Println(got)
13+
//_ = profile.Render
14+
// various data types
15+
// avatar
16+
// ip address
17+
}

0 commit comments

Comments
 (0)