Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Oct 27, 2024
1 parent a2e76fa commit 7e26fe0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helpers/remove.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ 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 7e26fe0

Please sign in to comment.