Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
galvez committed Sep 2, 2018
1 parent 08e378b commit 3a70ea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions test/unit/https.test.js
@@ -1,5 +1,4 @@
import consola from 'consola'
import { loadFixture, getPort, Nuxt, rp } from '../utils'
import { loadFixture, getPort, Nuxt } from '../utils'

let nuxt = null

Expand Down
4 changes: 1 addition & 3 deletions test/unit/sockets.test.js
@@ -1,13 +1,11 @@
import consola from 'consola'
import { loadFixture, getPort, Nuxt, rp } from '../utils'
import { loadFixture, getPort, Nuxt } from '../utils'

let nuxt = null

describe('basic sockets', () => {
beforeAll(async () => {
const options = await loadFixture('sockets')
nuxt = new Nuxt(options)
const port = await getPort()
await nuxt.listen()
})

Expand Down

0 comments on commit 3a70ea5

Please sign in to comment.