Skip to content

Commit f4cf46a

Browse files
jeysalSimenB
authored andcommitted
Dmitrii Abramov is now Aaron Abramov (#7663)
1 parent 388942f commit f4cf46a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

e2e/__tests__/__snapshots__/customReporters.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ exports[`Custom Reporters Integration valid array format for adding reporters 1`
141141
"path": false
142142
},
143143
"options": {
144-
"Dmitrii Abramov": "Awesome"
144+
"Aaron Abramov": "Awesome"
145145
}
146146
}
147147
`;

e2e/__tests__/customReporters.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe('Custom Reporters Integration', () => {
3636
test('valid array format for adding reporters', () => {
3737
const reporterConfig = {
3838
reporters: [
39-
['<rootDir>/reporters/TestReporter.js', {'Dmitrii Abramov': 'Awesome'}],
39+
['<rootDir>/reporters/TestReporter.js', {'Aaron Abramov': 'Awesome'}],
4040
],
4141
};
4242

website/blog/2018-05-29-jest-23-blazing-fast-delightful-testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ As with every major release, we are making a few breaking changes to make larger
119119
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:
120120

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

0 commit comments

Comments
 (0)