Skip to content

Commit

Permalink
feat: add rsdoctor UT test
Browse files Browse the repository at this point in the history
  • Loading branch information
easy1090 committed Jan 22, 2025
1 parent 1209168 commit c7874eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/rsdoctor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ export async function test(options: RunOptions) {
repo: 'web-infra-dev/rsdoctor',
branch: process.env.RSDOCTOR ?? 'main',
beforeTest: async () => {
cd('./e2e')
await $`pnpm playwright install --with-deps`
cd('..')
},
test: ['e2e'],
test: ['test:all'],
})
}

0 comments on commit c7874eb

Please sign in to comment.