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 60f09dd commit 99e3187Copy full SHA for 99e3187
Bit-Manipulation/test/MinMaxElement.test.js
@@ -5,5 +5,5 @@ test('Find max element from 5 and 3 :', () => {
5
})
6
7
test('Find min element from 5 and 3 :', () => {
8
- expect(min(5,3).toBe(3)
+ expect(min(5,3)).toBe(3)
9
0 commit comments