projects
/
squeep-api-dingus
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
minor coverage cleanup
[squeep-api-dingus]
/
test
/
index.js
1
/* eslint-disable capitalized-comments */
2
/* eslint-env mocha */
3
'use strict'
;
4
5
const
assert
=
require
(
'assert'
);
6
const
apiDingus
=
require
(
'..'
);
7
8
9
describe
(
'apiDingus'
,
function
() {
10
it
(
'covers'
,
function
() {
11
assert
(
apiDingus
);
12
});
13
});
// apiDingus