UNPKG

authorized-keys

Version:

Platform agnostic path resolution to a user's authorized_keys file Node.js.

9 lines (6 loc) 148 B
var test = require('tape'); var keys = require('./index'); test('keys()', function (t) { t.ok(keys().match(/authorized_keys$/)); t.end(); });