added new line

This commit is contained in:
Omkarnath Parida
2021-10-03 17:31:45 +05:30
parent c198a9f53d
commit 3f6b4c1d72

View File

@ -12,4 +12,4 @@ describe('ScrambleStrings', () => {
it('expects to return true for scrambled strings', () => {
expect(isScramble('great', 'rgeat')).toBe(true)
})
})
})