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

Commit8a6c876

Browse files
committed
fixed failing test
1 parent92a81fc commit8a6c876

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎map/map-test.js‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import 'locus'
22
import{expect}from'chai'
33

44
describe('map tests',()=>{
5+
56
it('test you can upcase all strings',()=>{
67
constwords=['meeka','jhun','brenna','steve'];
78

@@ -13,7 +14,7 @@ describe('map tests', () => {
1314
it.skip('should allow you to allow you to double numbers',()=>{
1415
constnumbers=[1,2,3,4,5,6];
1516

16-
constdoubleNumbers=numbers.map(number=>)
17+
constdoubleNumbers=numbers.map(number=>number)
1718
expect(doubleNumbers).to.deep.equal([2,4,6,8,10,12]);
1819
});
1920

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp