Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 30, 2023
1 parent 2960eda commit 6060190
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
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 6060190

Please sign in to comment.