diff --git a/tests/nx-rspack.ts b/tests/nx-rspack.ts index 8127cfe..8a7b99b 100644 --- a/tests/nx-rspack.ts +++ b/tests/nx-rspack.ts @@ -4,8 +4,8 @@ import { RunOptions } from '../types' export async function test(options: RunOptions) { await runInRepo({ ...options, - repo: 'nrwl/nx-labs', - branch: 'main', + repo: 'mandarini/nx-labs', + branch: 'chore/fix-rspack-jest', build: ['build-ci rspack'], test: ['test-ci rspack'], e2e: ['e2e-ci rspack-e2e'],