removed another .skip
This commit is contained in:
parent
0cf0c04a5e
commit
03470c704b
|
@ -7,7 +7,7 @@ describe('sumAll', () => {
|
|||
test('works with large numbers', () => {
|
||||
expect(sumAll(1, 4000)).toEqual(8002000);
|
||||
});
|
||||
test.skip('works with larger number first', () => {
|
||||
test('works with larger number first', () => {
|
||||
expect(sumAll(123, 1)).toEqual(7626);
|
||||
});
|
||||
test.skip('returns ERROR with negative numbers', () => {
|
||||
|
|
Loading…
Reference in New Issue