UNPKG

253 BJavaScriptView Raw
1describe('humanize', function(){
2
3 var humanize = require('../index').humanize
4
5 it('should work well', function(){
6
7 humanize('This_is-a-very-long-sentence')
8 .should
9 .equal('This is a very long sentence')
10
11 })
12})
\No newline at end of file