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 the example code, and my own tests based on the example provided, I had to add new code to my DDB wrapper class, such as the JEST_WORKER_ID env var, and the config for the DDB client.
Is there a "neater" way of doing this, where I don't have to modify my actual code?
The text was updated successfully, but these errors were encountered:
In the example code, and my own tests based on the example provided, I had to add new code to my DDB wrapper class, such as the
JEST_WORKER_ID
env var, and the config for the DDB client.Is there a "neater" way of doing this, where I don't have to modify my actual code?
The text was updated successfully, but these errors were encountered: