Skip to content

Commit

Permalink
test: make tests run again
Browse files Browse the repository at this point in the history
  • Loading branch information
platosha committed Oct 4, 2024
1 parent 9cf9d0b commit 5cd06ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/router/router.spec.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 5cd06ef

Please sign in to comment.