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

Commit69a2443

Browse files
committed
changed broken tests and variable name
1 parent8a6c876 commit69a2443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎map/map-test.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ describe('map tests', () => {
6161
}
6262

6363
// your code goes here
64-
expect(array).length.equal(3);
65-
expect(array).to.deep.equal([
64+
expect(arrayOfPeople.length).equal(3);
65+
expect(arrayOfPeople).to.deep.equal([
6666
{id:'key1',name:'jhun',location:'CA'},
6767
{id:'key2',name:'brenna',location:'MN'},
6868
{id:'key3',name:'louisa',location:'CO'}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp