chenshuai2144 6 years ago
parent
commit
88e4fc6909
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/e2e/baseLayout.e2e.js

+ 1 - 1
src/e2e/baseLayout.e2e.js

@@ -1,5 +1,5 @@
-const RouterConfig = require('../../config/config').default.routes;
 const { uniq } = require('lodash');
 const { uniq } = require('lodash');
+const RouterConfig = require('../../config/config').default.routes;
 
 
 const BASE_URL = `http://localhost:${process.env.PORT || 8000}`;
 const BASE_URL = `http://localhost:${process.env.PORT || 8000}`;