Skip to content

Commit

Permalink
Update scripts/tasks/test-runner.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf authored Aug 26, 2022
1 parent 3797b59 commit 96c387a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/tasks/test-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ export const testRunner: Task = {

const storybookController = await serveSandbox(builtSandboxDir, {});

await exec(`yarn test-storybook --url http://localhost:8001 --junit`, {
await exec(`yarn test-storybook --url http://localhost:8001 --junit ${junitFilename}`, {
...execOptions,
env: {
JEST_JUNIT_OUTPUT_FILE: junitFilename,
},
});

publishController.abort();
Expand Down

0 comments on commit 96c387a

Please sign in to comment.