1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 12:50:04 +02:00
Files
gitlit/app/node_modules/home-path/test.js
2018-05-18 10:48:24 +02:00

8 lines
153 B
JavaScript

var test = require('tape')
var getHomePath = require('./')
test('returns string', function (t) {
t.equal(typeof getHomePath(), 'string')
t.end()
})