Skip to content

Commit

Permalink
application/font-woff -> font/woff
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Nov 22, 2017
1 parent 1f6281d commit 85672d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ assert.equal(undefined, mime.extension('unrecognized'));
// Test node.types lookups
//

assert.equal('application/font-woff', mime.lookup('file.woff'));
assert.equal('font/woff', mime.lookup('file.woff'));
assert.equal('application/octet-stream', mime.lookup('file.buffer'));
// TODO: Uncomment once #157 is resolved
// assert.equal('audio/mp4', mime.lookup('file.m4a'));
Expand Down

0 comments on commit 85672d3

Please sign in to comment.