mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-03 15:34:25 +00:00
Reenable test
This commit is contained in:
parent
92b19c9ecf
commit
78e4d4588c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue