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

enabled tokens binds and removed primitive constructors overwrites

This commit is contained in:
Gani Georgiev
2023-07-29 13:56:31 +03:00
parent 1bbba7a0ae
commit 0a4fdc17a5
4 changed files with 2985 additions and 3006 deletions

View File

@@ -45,7 +45,7 @@ func TestBaseBindsCount(t *testing.T) {
vm := goja.New()
baseBinds(vm)
testBindsCount(vm, "this", 16, t)
testBindsCount(vm, "this", 13, t)
}
func TestBaseBindsRecord(t *testing.T) {