From 4d229d62ffdf1dca66849c240b92b785cc4d78be Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 8 Apr 2020 20:46:53 +0200 Subject: [PATCH] test: extra import --- __tests__/errors.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/errors.spec.ts b/__tests__/errors.spec.ts index 2d7d3fbd..4ae4c263 100644 --- a/__tests__/errors.spec.ts +++ b/__tests__/errors.spec.ts @@ -1,6 +1,6 @@ import { createRouter as newRouter, createMemoryHistory } from '../src' import { ErrorTypes } from '../src/errors' -import { components, tick } from './utils' +import { components } from './utils' import { RouteRecordRaw } from '../src/types' const routes: RouteRecordRaw[] = [ -- 2.39.5