diff --git a/scripts/jest/jest-cli.js b/scripts/jest/jest-cli.js index 3d8e147da9..dd36597e29 100644 --- a/scripts/jest/jest-cli.js +++ b/scripts/jest/jest-cli.js @@ -47,7 +47,7 @@ const argv = yargs describe: 'Run with the given release channel.', requiresArg: true, type: 'string', - default: 'www-modern', + default: 'experimental', choices: ['experimental', 'stable', 'www-classic', 'www-modern'], }, env: {