Skip to content

Commit

Permalink
feat: count command execution time separately
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed May 17, 2024
1 parent b5be762 commit d1c0422
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/modernjs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ export async function test(options: RunOptions) {
await $`pnpm playwright install --with-deps chromium`
cd('../../../')
},
test: ['test:rspack'],
test: [
async () => {
cd('tests')
await $`pnpm test:builder:rspack`
await $`pnpm test:framework`
await $`pnpm test:garfish:rspack`
},
],
})
}

0 comments on commit d1c0422

Please sign in to comment.