updated jsvm types

This commit is contained in:
Gani Georgiev
2025-06-17 21:23:19 +03:00
parent 262e78c04e
commit c8776b7cd9
4 changed files with 3031 additions and 3019 deletions

View File

@@ -128,7 +128,7 @@ func TestBaseBindsToBytes(t *testing.T) {
Value any
Expected []byte
}{
{"null", nil, nil},
{"null", nil, []byte{}},
{"string", "test", []byte("test")},
{"number", -12.4, []byte("-12.4")},
{"bool", true, []byte("true")},