We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f0da9 commit 4a03e41Copy full SHA for 4a03e41
10_fibonacci/fibonacci.spec.js
@@ -16,7 +16,7 @@ describe('fibonacci', () => {
16
test.skip('25th fibonacci number is 75025', () => {
17
expect(fibonacci(25)).toBe(75025);
18
});
19
- test.skip('0th fibonacci number is o', () => {
+ test.skip('0th fibonacci number is 0', () => {
20
expect(fibonacci(0)).toBe(0);
21
22
test.skip('doesn\'t accept negatives', () => {
0 commit comments