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

Commit5c7a15c

Browse files
committed
fixed typo
1 parent7bf4d90 commit5c7a15c

File tree

2 files changed

+1780
-1258
lines changed

2 files changed

+1780
-1258
lines changed

‎filter/filter-test.js‎

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,18 @@ const expect = require('chai').expect
33

44
describe('filter tests',()=>{
55

6-
it.skip('should pick the even numbers ',()=>{
6+
it('should pick the even numbers ',()=>{
77
constnumbers=[1,2,3,4,5,6,7,8,9,10]
8-
// your code goes here
98
expect(results).to.deep.equal([2,4,6,8,10])
109
});
1110

12-
it.skip('should pick the odd numbers ',()=>{
11+
it('should pick the odd numbers ',()=>{
1312
constnumbers=[1,2,3,4,5,6,7,8,9,10]
1413

15-
// your code goes here
16-
1714
expect(results).to.deep.equal([1,3,5,7,9])
1815
});
1916

20-
it.skip('should pickwordfs with threeconstteres ',()=>{
17+
it.skip('should pickwords with threecharacters ',()=>{
2118
constwords=["pill","bad","finger","cat","blue","dog","table","red"]
2219

2320
// your code goes here

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp