Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bengl committed Aug 15, 2024
1 parent 0d88f6e commit 540c85b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/datadog-shimmer/test/shimmer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ describe('shimmer', () => {
it('should not work with a wrap()', () => {
expect(() => shimmer.wrap(() => {}, () => {})).to.throw()
})

it('should wrap the function', () => {
const count = inc => inc

Expand Down

0 comments on commit 540c85b

Please sign in to comment.