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

Commitd896d26

Browse files
authored
Improved TypeScript tests
1 parentc06840b commitd896d26

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎src/test/java/g2701_2800/s2703_return_length_of_arguments_passed/solution.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ test('argumentsLength', () => {
88

99
test('argumentsLength2',()=>{
1010
expect(argumentsLength({},null,'3')).toEqual(3)
11-
})
11+
})

‎src/test/java/g2701_2800/s2704_to_be_or_not_to_be/solution.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ test('expect', () => {
88

99
test('expect2',()=>{
1010
expect(expectFunc(5).notToBe(null)).toEqual(true)
11-
})
11+
})

‎src/test/java/g2701_2800/s2705_compact_object/solution.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ test('compactObject2', () => {
1212

1313
test('compactObject3',()=>{
1414
expect(compactObject([null,0,5,[0],[false,16]])).toEqual([5,[],[16]])
15-
})
15+
})

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp