Skip to content

Commit

Permalink
tests ~ refactor to remove need for lint exception
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Aug 1, 2022
1 parent ab82353 commit cb103ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/OSPaths.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import test from 'ava';
import module_ from '../mod.esm.js';

type moduleInternals_ = typeof module_ & {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
readonly [index: string]: any;
readonly [index: string]: unknown;
};

test('api', (t) => {
Expand Down

0 comments on commit cb103ef

Please sign in to comment.