Skip to content

Commit

Permalink
Added new icon in tests with correct extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ravneette committed Sep 25, 2017
1 parent 3399bc2 commit 1746fa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/parsers/test.manifestjson.js
Expand Up @@ -746,11 +746,13 @@ describe('ManifestJSONParser', () => {
icons: {
32: 'icons/icon-32.txt',
64: 'icons/icon-64.html',
128: 'icons/icon-128.png',
},
});
const files = {
'icons/icon-32.txt': '89<PNG>thisistotallysomebinary',
'icons/icon-64.html': '89<PNG>thisistotallysomebinary',
'icons/icon-128.png': '89<PNG>thisistotallysomebinary',
};
const manifestJSONParser = new ManifestJSONParser(
json, addonLinter.collector, { io: { files } });
Expand Down

0 comments on commit 1746fa4

Please sign in to comment.