UNPKG
thumborizer
Version:
latest (0.0.2)
0.0.2
0.0.1
a node image processing server
majimboo.github.io/thumborizer/
majimboo/thumborizer
thumborizer
/
test
/
config.test.js
8 lines
(7 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
var
assert
=
require
(
'assert'
),
config
=
require
(
'../lib/config'
);
module
.exports = {
'get()'
:
function
()
{
assert
.equal(
8888
,
config
.get(
'port'
)); } };