UNPKG

strility

Version:

Strility is a string manipulation library

12 lines (8 loc) 284 B
/*'use strict'; const { strictEqual } = require('assert'); const { underscore } = require('../.'); describe('#underscore', () => { it('shouldBeUnderscored-between', () => strictEqual(underscore('should BeUnderscored-between'), 'should_be_underscored_between')); }); */