We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18a918 commit 9eb6259Copy full SHA for 9eb6259
src/__tests__/index.js
@@ -150,7 +150,6 @@ describe('THE constructor', () => {
150
})
151
152
it('SHOULD set the region in the config to the value of AWS_DEFAULT_REGION env var', () => {
153
- console.log(`WWWWWWWWWWWWWWRRRRRRRRRRRRRR: ${process.env.AWS_DEFAULT_REGION}`)
154
const instance = new SLSAWSLambdaDynamicTrigger(serverlessMockRegionMissing)
155
expect(instance.config).toHaveProperty('region', process.env.AWS_DEFAULT_REGION)
156
0 commit comments