installed electron

This commit is contained in:
Queen Bee
2018-01-05 10:48:13 -08:00
parent 6977ec2c2d
commit b3c993d9e3
1379 changed files with 198366 additions and 0 deletions

7
node_modules/home-path/test/test.js generated vendored Normal file
View File

@@ -0,0 +1,7 @@
var test = require('tape')
var getHomePath = require('../')
test('returns string', function (t) {
t.equal(typeof getHomePath(), 'string')
t.end()
})