mirror of
https://github.com/scratchfoundation/scratch-asset-types.git
synced 2024-11-14 19:15:04 -05:00
Pull in mp3 update
This commit is contained in:
parent
c1c0cebfa9
commit
66fd314eb5
1 changed files with 1 additions and 1 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Reference in a new issue