fix comment typo
This commit is contained in:
parent
7a3efd1543
commit
eed54a18c4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ describe('clipboard module', () => {
|
||||||
const fixtures = path.resolve(__dirname, 'fixtures')
|
const fixtures = path.resolve(__dirname, 'fixtures')
|
||||||
|
|
||||||
describe('clipboard.readImage()', () => {
|
describe('clipboard.readImage()', () => {
|
||||||
it('returns NativeImage intance', () => {
|
it('returns NativeImage instance', () => {
|
||||||
const p = path.join(fixtures, 'assets', 'logo.png')
|
const p = path.join(fixtures, 'assets', 'logo.png')
|
||||||
const i = nativeImage.createFromPath(p)
|
const i = nativeImage.createFromPath(p)
|
||||||
clipboard.writeImage(p)
|
clipboard.writeImage(p)
|
||||||
|
|
Loading…
Reference in a new issue