(t *testing.T)
| 1856 | } |
| 1857 | |
| 1858 | func TestBindFilepathCount(t *testing.T) { |
| 1859 | vm := goja.New() |
| 1860 | BindFilepath(vm) |
| 1861 | |
| 1862 | testBindsCount(vm, "$filepath", 15, t) |
| 1863 | } |
| 1864 | |
| 1865 | func TestBindOSCount(t *testing.T) { |
| 1866 | vm := goja.New() |
nothing calls this directly
no test coverage detected
searching dependent graphs…