Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Jun 7, 2024
1 parent eed5719 commit b81859f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/utils.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-global-assign */
import { afterEach, describe, expect, it } from 'bun:test';

import { cn, constructMetadata, getBaseUrl } from './utils';
Expand Down Expand Up @@ -49,3 +50,4 @@ describe('utils', () => {
expect(metadata.description).toBe('world');
});
});
/* eslint-enable no-global-assign */

0 comments on commit b81859f

Please sign in to comment.