Add missing semicolon
This commit is contained in:
parent
44376374b0
commit
4c23e3950a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ describe('nativeImage module', () => {
|
||||||
assert(!image.isEmpty());
|
assert(!image.isEmpty());
|
||||||
assert.equal(image.getSize().height, 190);
|
assert.equal(image.getSize().height, 190);
|
||||||
assert.equal(image.getSize().width, 538);
|
assert.equal(image.getSize().width, 538);
|
||||||
})
|
});
|
||||||
|
|
||||||
it('loads images from paths with `.` segments', () => {
|
it('loads images from paths with `.` segments', () => {
|
||||||
const imagePath = `${path.join(__dirname, 'fixtures')}${path.sep}.${path.sep}${path.join('assets', 'logo.png')}`;
|
const imagePath = `${path.join(__dirname, 'fixtures')}${path.sep}.${path.sep}${path.join('assets', 'logo.png')}`;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue