From f4cf46a4842818a29dd6b280aac4256bc97c7419 Mon Sep 17 00:00:00 2001 From: Tim Seckinger Date: Sun, 20 Jan 2019 20:57:58 +0100 Subject: [PATCH] Dmitrii Abramov is now Aaron Abramov (#7663) --- e2e/__tests__/__snapshots__/customReporters.test.js.snap | 2 +- e2e/__tests__/customReporters.test.js | 2 +- .../blog/2018-05-29-jest-23-blazing-fast-delightful-testing.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e/__tests__/__snapshots__/customReporters.test.js.snap b/e2e/__tests__/__snapshots__/customReporters.test.js.snap index a6e6b8a32e91..9f95581d3873 100644 --- a/e2e/__tests__/__snapshots__/customReporters.test.js.snap +++ b/e2e/__tests__/__snapshots__/customReporters.test.js.snap @@ -141,7 +141,7 @@ exports[`Custom Reporters Integration valid array format for adding reporters 1` "path": false }, "options": { - "Dmitrii Abramov": "Awesome" + "Aaron Abramov": "Awesome" } } `; diff --git a/e2e/__tests__/customReporters.test.js b/e2e/__tests__/customReporters.test.js index 6669cc14a48b..9b29a2c1bd61 100644 --- a/e2e/__tests__/customReporters.test.js +++ b/e2e/__tests__/customReporters.test.js @@ -36,7 +36,7 @@ describe('Custom Reporters Integration', () => { test('valid array format for adding reporters', () => { const reporterConfig = { reporters: [ - ['/reporters/TestReporter.js', {'Dmitrii Abramov': 'Awesome'}], + ['/reporters/TestReporter.js', {'Aaron Abramov': 'Awesome'}], ], }; diff --git a/website/blog/2018-05-29-jest-23-blazing-fast-delightful-testing.md b/website/blog/2018-05-29-jest-23-blazing-fast-delightful-testing.md index 292dbac3426b..dfdccca2f7b6 100644 --- a/website/blog/2018-05-29-jest-23-blazing-fast-delightful-testing.md +++ b/website/blog/2018-05-29-jest-23-blazing-fast-delightful-testing.md @@ -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)