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

Commita865e54

Browse files
committed
fix lint error
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
1 parent786fbf4 commita865e54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎test/req.is.js‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ describe('req.is()', function () {
8888
.post('/')
8989
.send('{}')
9090
.expect(200,'false',done)
91-
})
91+
})
9292
})
9393

9494
describe('when given an extension',function(){
@@ -106,7 +106,7 @@ describe('req.is()', function () {
106106
.expect(200,'"json"',done)
107107
})
108108

109-
it('should lookup the first matching extension from list',function(done){
109+
it('should lookup the first matching extension from list',function(done){
110110
varapp=express()
111111
varcb=after(2,done)
112112

@@ -217,9 +217,9 @@ describe('req.is()', function () {
217217
})
218218

219219
it('should match wildcards in list and return full type or false',function(done){
220-
varapp=express()
220+
varapp=express()
221221
varcb=after(3,done)
222-
222+
223223
app.use(function(req,res){
224224
res.json(req.is(['application/*','*/jpeg']))
225225
})

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp