Skip to content

Commit

Permalink
πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰ (#10000)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeysal committed May 8, 2020
1 parent 4fee82c commit c776f87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,8 @@

### Chore & Maintenance

- `[jest-core]` πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰ ([#10000](https://github.com/facebook/jest/pull/10000))

### Performance

## 26.0.1
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-core/src/cli/index.ts
Expand Up @@ -68,7 +68,7 @@ export async function runCLI(
exit(0);
}

await _run(
await _run10000(
globalConfig,
configs,
hasDeprecationWarnings,
Expand Down Expand Up @@ -134,7 +134,7 @@ const buildContextsAndHasteMaps = async (
return {contexts, hasteMapInstances};
};

const _run = async (
const _run10000 = async (
globalConfig: Config.GlobalConfig,
configs: Array<Config.ProjectConfig>,
hasDeprecationWarnings: boolean,
Expand Down

0 comments on commit c776f87

Please sign in to comment.