rename to electron-prebuilt
This commit is contained in:
parent
cb161234e5
commit
698d0c5e70
8 changed files with 40 additions and 36 deletions
|
@ -1,8 +1,8 @@
|
|||
var tape = require('tape')
|
||||
var atom = require('../')
|
||||
var electron = require('../')
|
||||
var fs = require('fs')
|
||||
|
||||
tape('has binary', function(t) {
|
||||
t.ok(fs.existsSync(atom), 'atom-shell was downloaded')
|
||||
t.ok(fs.existsSync(electron), 'electron was downloaded')
|
||||
t.end()
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue