Are there any test helpers for mocking sessions in...
# support-questions-legacy
u
Are there any test helpers for mocking sessions in nodejs? We are trying to add some tests onto our RBAC but due to the methods for accessing getClaimValue coming from the request, we are struggling to mock the getClaimValue method
r
hey @__jono the best way at the moment is to actually run a core and create an actual session for your tests.