Commit 05fae5ac authored by NataliaTepluhina's avatar NataliaTepluhina Committed by Jose Vargas

Fixed router back to be const

parent a6b496ec
......@@ -30,7 +30,7 @@ const scrollIntoViewMock = jest.fn();
HTMLElement.prototype.scrollIntoView = scrollIntoViewMock;
const localVue = createLocalVue();
let router = createRouter();
const router = createRouter();
localVue.use(VueRouter);
const mockDesigns = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment