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 578960d commit dd2b56dCopy full SHA for dd2b56d
packages/metrics/tests/unit/Metrics.test.ts
@@ -380,7 +380,6 @@ describe('Class: Metrics', () => {
380
381
test('Purge Stored Metrics should log and clear', () => {
382
const metrics = new Metrics({ namespace: 'test' });
383
- const extraCount = 10;
384
class LambdaFunction implements LambdaInterface {
385
@metrics.logMetrics()
386
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
0 commit comments