(t *testing.T)
| 1117 | } |
| 1118 | |
| 1119 | func TestBindForms(t *testing.T) { |
| 1120 | vm := goja.New() |
| 1121 | BindForms(vm) |
| 1122 | |
| 1123 | testBindsCount(vm, "this", 4, t) |
| 1124 | } |
| 1125 | |
| 1126 | func TestBindApisCount(t *testing.T) { |
| 1127 | vm := goja.New() |
nothing calls this directly
no test coverage detected
searching dependent graphs…