Skip to content

Commit

Permalink
Fix type error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Miz85 committed Dec 19, 2024
1 parent 19cb0a6 commit 718555e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rum-react/src/domain/performance/getTimer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { getTimer } from './getTimer'

describe('getTimer', () => {
it('is able to measure time', () => {
const timer = getTimer('test')
const timer = getTimer()

timer.startTimer()
setTimeout(() => {
Expand Down

0 comments on commit 718555e

Please sign in to comment.