Reenable test

This commit is contained in:
Jordan Eldredge 2016-08-02 22:50:08 -07:00
parent 92b19c9ecf
commit 78e4d4588c

View file

@ -80,7 +80,7 @@ describe('stepOffset', () => {
const expected = 5;
expect(actual).toEqual(expected);
});
xit('does not try to offset strings shorter than 30 characters', () => {
it('does not try to offset strings shorter than 30 characters', () => {
const actual = stepOffset('hello', 15);
const expected = 0;
expect(actual).toEqual(expected);