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
In my actual implementation code, I use testContext from validate to retrieve key, which enables me to access something in the context object.
However when writing unit tests, I can't access the key key with validateAt.
In my actual implementation code, I use
testContext
fromvalidate
to retrievekey
, which enables me to access something in the context object.However when writing unit tests, I can't access the
key
key withvalidateAt
.Am I doing something wrong?
(I hope not to parse
path
... but let me know )The text was updated successfully, but these errors were encountered: