Skip to content

Commit

Permalink
fix(types): URL->string|url in testEntrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Oct 19, 2023
1 parent 1b19487 commit 42ab1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ensuite.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export function main (root?: string, ...specs: any[])

export function testEntrypoint (url: URL, tests: Record<string, Function>): typeof tests
export function testEntrypoint (url: string|URL, tests: Record<string, Function>): typeof tests

export function pickTest (tests: Record<string, Function>, picked?: string): never

Expand Down

0 comments on commit 42ab1cf

Please sign in to comment.