Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit58fca82

Browse files
committed
Changed Test statement
1 parent51a9126 commit58fca82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎Bit-Manipulation/test/SetBit.test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
import{setBit}from'../SetBit'
22

3-
test('should setbitat the given bit Position',()=>{
3+
test('Setbitnumber 0 in 1:',()=>{
44
constsetBitPos=setBit(1,0)
55
expect(setBitPos).toBe(1)
66
})
77

8-
test('should setbitat the given bit Position',()=>{
8+
test('Setbitnumber 0 in 1:',()=>{
99
constsetBitPos=setBit(1,0)
1010
expect(setBitPos).toBe(1)
1111
})
1212

13-
test('should setbitat the given bit Position',()=>{
13+
test('Setbitnumber 0 in 1:',()=>{
1414
constsetBitPos=setBit(10,1)
1515
expect(setBitPos).toBe(10)
1616
})
1717

18-
test('should setbitat the given bit Position',()=>{
18+
test('Setbitnumber 0 in 1:',()=>{
1919
constsetBitPos=setBit(10,2)
2020
expect(setBitPos).toBe(14)
2121
})

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp