From b2f0e0c066c512bb1acb07028cf22ca487eaa1c3 Mon Sep 17 00:00:00 2001 From: Clark Du Date: Mon, 19 Mar 2018 18:11:04 +0800 Subject: [PATCH] fix: lint issue --- test/unit/ssr.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/ssr.test.js b/test/unit/ssr.test.js index ea9415c925..189d8d0062 100644 --- a/test/unit/ssr.test.js +++ b/test/unit/ssr.test.js @@ -1,6 +1,6 @@ -import { Nuxt, Utils } from '../../' import { uniq } from 'lodash' import rp from 'request-promise-native' +import { Nuxt, Utils } from '../../' import { loadFixture, getPort } from '../utils' let port