UNPKG
git-odb-loose
Version:
latest (1.0.0)
1.0.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
git loose object database
github.com/chrisdickinson/git-odb-loose
chrisdickinson/git-odb-loose
git-odb-loose
/
test.js
11 lines
(8 loc)
•
197 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
var test =
require
(
'tape'
) , odb =
require
(
'./index'
) test(
'read odb object'
,
function
(assert)
{
assert
.
end
() }) test(
'odb.accept accepts correct paths'
,
function
(assert)
{
assert
.
end
() })