chenshuai2144 hace 6 años
padre
commit
88e4fc6909
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}`;