Try no index-json

This commit is contained in:
Michael Shilman 2022-10-10 09:29:26 +08:00
parent 42158d631a
commit 8495960bb8

View File

@ -18,7 +18,7 @@ export const testRunner: Task = {
const storybookController = await serveSandbox(builtSandboxDir, {}); const storybookController = await serveSandbox(builtSandboxDir, {});
await exec(`yarn test-storybook --url http://localhost:8001 --junit --index-json`, { await exec(`yarn test-storybook --url http://localhost:8001 --junit`, {
...execOptions, ...execOptions,
env: { env: {
JEST_JUNIT_OUTPUT_FILE: junitFilename, JEST_JUNIT_OUTPUT_FILE: junitFilename,