Client has .npmrc file set up to call the custom package at GitHub, the test doesn’t work at all. In order to run the test properly, the user need to clear the .npmrc file.
Whenever you are writing the tests just ensure that your NPM_TOKEN is set as your environment variable and in your lambdatest-config.json file, place “dep_token”: [“NPM_TOKEN”] inside “run_settings”.
For Example:
"run_settings": {
"dep_token": ["NPM_TOKEN"]
}