UNPKG
hurt
Version:
latest (0.1.0-alpha.1)
0.1.0-alpha.1
HTTP and SPA routing using RFC 6570 URI templates
github.com/jpommerening/hurt
jpommerening/hurt
hurt
/
test
/
_util.js
9 lines
(6 loc)
•
248 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/* eslint-env mocha */
import
'../src/_util'
;
describe
(
'the private _util module is tested indirectly via the public modules'
,
() =>
{
// we don't want test coverage to imply usage of unused code
// also, the module exposes no public API
});