Replace OS X and Mac OS with macOS
This commit is contained in:
parent
52350b5e35
commit
67dd19ed0f
157 changed files with 650 additions and 650 deletions
|
@ -35,7 +35,7 @@ describe('nativeImage module', () => {
|
|||
assert.equal(image.getSize().width, 538)
|
||||
})
|
||||
|
||||
it('Gets an NSImage pointer on OS X', () => {
|
||||
it('Gets an NSImage pointer on macOS', () => {
|
||||
if (process.platform !== 'darwin') return
|
||||
|
||||
const imagePath = `${path.join(__dirname, 'fixtures', 'api')}${path.sep}..${path.sep}${path.join('assets', 'logo.png')}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue