Skip to content

Commit

Permalink
chore: fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 12, 2020
1 parent ad3515f commit 42c3da4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/playground.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { createApp } from '../src'
const app = createApp({ debug: true })

app.use('/', () => {
throw new Error('Foo bar')
// throw new Error('Foo bar')
return 'Hi!'
})

Expand Down
2 changes: 1 addition & 1 deletion test/utils.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import supertest, { SuperTest, Test } from 'supertest'
import { createApp, App, createError, sendRedirect, useBase, useBody, MIMES, useBodyJSON, useQuery } from '../src'
import { createApp, App, sendRedirect, useBase, useQuery } from '../src'

describe('', () => {
let app: App
Expand Down

0 comments on commit 42c3da4

Please sign in to comment.