From 5cd06ef92896bce0bb8a32a0d230b6c33374bb02 Mon Sep 17 00:00:00 2001 From: Anton Platonov Date: Fri, 4 Oct 2024 12:48:24 +0300 Subject: [PATCH] test: make tests run again --- test/router/router.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/router/router.spec.ts b/test/router/router.spec.ts index 3860baa1..87e77569 100644 --- a/test/router/router.spec.ts +++ b/test/router/router.spec.ts @@ -1,6 +1,6 @@ import { expect } from '@esm-bundle/chai'; import sinon from 'sinon'; -import { EmptyObject, type Writable } from 'type-fest'; +import type { Writable } from 'type-fest'; import { Router } from '../../src/router.js'; import type { Commands, Route, RouteContext, WebComponentInterface } from '../../src/types.js'; import '../setup.js';