We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c198a9f commit 3f6b4c1Copy full SHA for 3f6b4c1
String/test/ScrambleStrings.test.js
@@ -12,4 +12,4 @@ describe('ScrambleStrings', () => {
12
it('expects to return true for scrambled strings', () => {
13
expect(isScramble('great', 'rgeat')).toBe(true)
14
})
15
-})
+})
0 commit comments