installed electron
This commit is contained in:
7
node_modules/home-path/test/test.js
generated
vendored
Normal file
7
node_modules/home-path/test/test.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
var test = require('tape')
|
||||
var getHomePath = require('../')
|
||||
|
||||
test('returns string', function (t) {
|
||||
t.equal(typeof getHomePath(), 'string')
|
||||
t.end()
|
||||
})
|
||||
Reference in New Issue
Block a user