Fix Extra semicolon and Block must not be padded by blank lines.

This commit is contained in:
Yosapol Jitrak
2020-10-16 16:35:42 +07:00
parent e0883facdb
commit 301a8dd19a
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
import { calcFactorial } from '../Factorial'
describe('calcFactorial', () => {
it('should return a statement for value "0"', () => {
expect(calcFactorial(0)).toBe('The factorial of 0 is 1.')
})