Skip to content

Commit 7f32c30

Browse files
committed
use test-runner canary version
1 parent ae3522f commit 7f32c30

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

scripts/tasks/sandbox-parts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ export async function addExtraDependencies({
623623
debug: boolean;
624624
extraDeps?: string[];
625625
}) {
626-
const extraDevDeps = ['@storybook/test-runner@next'];
626+
const extraDevDeps = ['@storybook/test-runner@0.22.1--canary.30b79bd.0'];
627627

628628
if (debug) {
629629
logger.log('\uD83C\uDF81 Adding extra dev deps', extraDevDeps);

scripts/tasks/test-runner-build.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export const testRunnerBuild: Task & { port: number } = {
1616
`--url http://127.0.0.1:${this.port}`,
1717
'--junit',
1818
'--maxWorkers=1',
19-
'--failOnConsole',
2019
'--index-json',
2120
];
2221

0 commit comments

Comments
 (0)