Skip to content

Commit

Permalink
Dmitrii Abramov is now Aaron Abramov (#7663)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeysal authored and SimenB committed Jan 20, 2019
1 parent 388942f commit f4cf46a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/__tests__/__snapshots__/customReporters.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ exports[`Custom Reporters Integration valid array format for adding reporters 1`
"path": false
},
"options": {
"Dmitrii Abramov": "Awesome"
"Aaron Abramov": "Awesome"
}
}
`;
2 changes: 1 addition & 1 deletion e2e/__tests__/customReporters.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('Custom Reporters Integration', () => {
test('valid array format for adding reporters', () => {
const reporterConfig = {
reporters: [
['<rootDir>/reporters/TestReporter.js', {'Dmitrii Abramov': 'Awesome'}],
['<rootDir>/reporters/TestReporter.js', {'Aaron Abramov': 'Awesome'}],
],
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ As with every major release, we are making a few breaking changes to make larger
Last week, the Jest Core Team met for the Jest Summit at Facebook London where worked on and released Jest 23, announced the Jest Open Collective, and gave a number of talks:

- **Christoph Nakazawa**[Intro](https://www.youtube.com/watch?v=cAKYQpTC7MA)
- **Aaaron Abramov**[Writing Meaningful Tests](https://youtu.be/cAKYQpTC7MA?t=440)
- **Aaron Abramov**[Writing Meaningful Tests](https://youtu.be/cAKYQpTC7MA?t=440)
- **Rick Hanlon II**[Blazing Fast Snapshot Testing in Jest 23](https://youtu.be/cAKYQpTC7MA?t=1881)
- **Simen Bekkhus**[Jest's Delightful Error Messages](https://youtu.be/cAKYQpTC7MA?t=2990)
- **Matt Phillips**[Level up your Jest experience with community packages](https://youtu.be/cAKYQpTC7MA?t=3852)
Expand Down

0 comments on commit f4cf46a

Please sign in to comment.