We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3522f commit 7f32c30Copy full SHA for 7f32c30
scripts/tasks/sandbox-parts.ts
@@ -623,7 +623,7 @@ export async function addExtraDependencies({
623
debug: boolean;
624
extraDeps?: string[];
625
}) {
626
- const extraDevDeps = ['@storybook/test-runner@next'];
+ const extraDevDeps = ['@storybook/test-runner@0.22.1--canary.30b79bd.0'];
627
628
if (debug) {
629
logger.log('\uD83C\uDF81 Adding extra dev deps', extraDevDeps);
scripts/tasks/test-runner-build.ts
@@ -16,7 +16,6 @@ export const testRunnerBuild: Task & { port: number } = {
16
`--url http://127.0.0.1:${this.port}`,
17
'--junit',
18
'--maxWorkers=1',
19
- '--failOnConsole',
20
'--index-json',
21
];
22
0 commit comments