chenshuai2144 6 лет назад
Родитель
Сommit
88e4fc6909
1 измененных файлов с 1 добавлено и 1 удалено
  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 RouterConfig = require('../../config/config').default.routes;
 
 const BASE_URL = `http://localhost:${process.env.PORT || 8000}`;