General example of how to use the Sandbox in your tests
Copy the .env.example file and rename it to be .env
, then modify the YOTI_SANDBOX_CLIENT_SDK_ID
and YOTI_KEY_FILE_PATH
environment variables.
profile.spec.js demonstrates how to create a token and retrieve a user profile
Run npm test
inside this directory