1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-24 07:04:51 +02:00

[#6407] added os.Stat jsvm binding

This commit is contained in:
Gani Georgiev
2025-02-05 19:05:41 +02:00
parent 9856c59de0
commit 9da7a8f72b
5 changed files with 3437 additions and 3432 deletions

View File

@@ -1614,5 +1614,5 @@ func TestOsBindsCount(t *testing.T) {
vm := goja.New()
osBinds(vm)
testBindsCount(vm, "$os", 17, t)
testBindsCount(vm, "$os", 18, t)
}