Skip to content

Commit 7108d6a

Browse files
committed
test(): fix noop test
1 parent 586185a commit 7108d6a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/trace.spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,5 +182,7 @@ describe('Trace', function () {
182182
expect(noop.reportError).to.be.a('function')
183183
expect(noop.getTransactionId).to.be.a('function')
184184
expect(noop.sendMemorySnapshot).to.be.a('function')
185+
expect(noop.recordMetric).to.be.a('function')
186+
expect(noop.incrementMetric).to.be.a('function')
185187
})
186188
})

0 commit comments

Comments
 (0)