Skip to content

Commit

Permalink
Add solid-router
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Dec 18, 2024
1 parent 5a19baa commit 5cf2755
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/solid-router.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { runInRepo } from '../utils.ts'
import type { RunOptions } from '../types.js'

export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'solidjs/solid-router',
test: ['test'],
})
}

0 comments on commit 5cf2755

Please sign in to comment.