Pull in mp3 update

This commit is contained in:
Colby Gutierrez-Kraybill 2022-03-11 17:36:12 -05:00
parent c1c0cebfa9
commit 66fd314eb5

View file

@ -3,7 +3,7 @@ const fileType = require('../../index');
const typesList = require('../../lib/typeslist');
const checkList = [
'gif', 'jpg', 'json', 'png', 'svg', 'wav', 'webp', 'zip'];
'gif', 'jpg', 'json', 'mp3', 'png', 'svg', 'wav', 'webp', 'zip'];
tap.test('check-types', t => {
checkList.forEach(thisType => {