Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored and Borewit committed Mar 31, 2023
1 parent 5152ad6 commit 0b8296b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test.js
Expand Up @@ -11,9 +11,10 @@ import {
fileTypeFromBuffer,
fileTypeFromStream,
fileTypeFromFile,
fileTypeFromBlob,
fileTypeStream,
supportedExtensions,
supportedMimeTypes, fileTypeFromBlob,
supportedMimeTypes,
} from './index.js';

const __dirname = path.dirname(fileURLToPath(import.meta.url));
Expand Down

0 comments on commit 0b8296b

Please sign in to comment.