Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhaninan committed Aug 23, 2018
2 parents 3e3a906 + 7b9331b commit 5cb246a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FileUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ test('filter suffix', (t) => {
t.deepEqual(filterPNG, ['three.3.png']);
});

test('is image', (t) => {
test('is supported file', (t) => {
t.is(FileUtils.isSupportedFile('example.jpg'), true);
t.is(FileUtils.isSupportedFile('example.2-0.jpeg'), true);
t.is(FileUtils.isSupportedFile('/home/foo/example.png'), true);
Expand Down

0 comments on commit 5cb246a

Please sign in to comment.