You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use "DEV" environment variable for enabling checks() in tests.
I suggest using something like "СRUD_DEV" in order to prevent possible intersections with other variables.
This will save us from the fact that CRUD will run slower when we do not expect it at all.