Skip to content

Commit

Permalink
docs: added test setup for router package
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasHaderer committed Jan 4, 2024
1 parent a6a5b64 commit d832cff
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
3 changes: 3 additions & 0 deletions packages/router/src/index.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import "./index";

test("Router Coverage collector", () => void 0);
2 changes: 1 addition & 1 deletion packages/router/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "./lib/router";
export * from "./lib";
1 change: 1 addition & 0 deletions packages/router/src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export declare const __internal__: string;
7 changes: 0 additions & 7 deletions packages/router/src/lib/router.spec.ts

This file was deleted.

3 changes: 0 additions & 3 deletions packages/router/src/lib/router.ts

This file was deleted.

0 comments on commit d832cff

Please sign in to comment.