UNPKG
colur
Version:
latest (1.0.0)
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
A kool colur logger
github.com/artisin/colur
artisin/colur
colur
/
__tests__
/
string
/
length-fixed.js
11 lines
(8 loc)
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
path
=
require
(
'path'
), colur =
require
(
path
.join(process.cwd(),
'dist/colur.js'
)); const test = colur(
'test'
);
module
.exports = {
exp
:
function
(should)
{ should.equal(test.length,
48
); } };