Add missing semicolon

This commit is contained in:
Kevin Sawicki 2016-03-07 16:45:10 -08:00
parent 44376374b0
commit 4c23e3950a

View file

@ -17,7 +17,7 @@ describe('nativeImage module', () => {
assert(!image.isEmpty());
assert.equal(image.getSize().height, 190);
assert.equal(image.getSize().width, 538);
})
});
it('loads images from paths with `.` segments', () => {
const imagePath = `${path.join(__dirname, 'fixtures')}${path.sep}.${path.sep}${path.join('assets', 'logo.png')}`;