Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Nov 1, 2024
1 parent d2e52bc commit 42edc2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers/remove.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const removeHrtime = () => {
export const removePerformanceNow = () => {
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
if (globalThis?.performance?.now !== undefined) {
// eslint-disable-next-line fp/no-mutating-methods
Object.defineProperty(globalThis.performance, 'now', {
value: undefined,
enumerable: true,
Expand Down

0 comments on commit 42edc2e

Please sign in to comment.