-
-)
diff --git a/examples/with-jest-react-testing-library/.babelrc b/examples/with-jest-react-testing-library/.babelrc
deleted file mode 100644
index 1ff94f7ed28e1..0000000000000
--- a/examples/with-jest-react-testing-library/.babelrc
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "presets": ["next/babel"]
-}
diff --git a/examples/with-jest-react-testing-library/README.md b/examples/with-jest-react-testing-library/README.md
deleted file mode 100644
index 16da585ef9777..0000000000000
--- a/examples/with-jest-react-testing-library/README.md
+++ /dev/null
@@ -1,42 +0,0 @@
-# Example app with React Testing Library and Jest
-
-This example features an app with [react testing library](/~https://github.com/kentcdodds/react-testing-library) by [Kent Dodds](/~https://github.com/kentcdodds/). This library encourages your applications to be more accessible and allows you to get your tests closer to using your components the way a user will, which allows your tests to give you more confidence that your application will work when a real user uses it. And also, is a replacement for enzyme.
-
-## How to use
-
-### Using `create-next-app`
-
-Execute [`create-next-app`](/~https://github.com/zeit/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
-
-```bash
-npm init next-app --example with-jest-react-testing-library with-rtl-app
-# or
-yarn create next-app --example with-jest-react-testing-library with-rtl-app
-```
-
-### Download manually
-
-Download the example:
-
-```bash
-curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-jest-react-testing-library
-cd with-jest-react-testing-library
-```
-
-Install it and run:
-
-```bash
-npm install
-npm run dev
-# or
-yarn
-yarn dev
-```
-
-## Run Tests
-
-```bash
-npm run test
-# or
-yarn test
-```
diff --git a/examples/with-jest-react-testing-library/__tests__/__snapshots__/index.test.js.snap b/examples/with-jest-react-testing-library/__tests__/__snapshots__/index.test.js.snap
deleted file mode 100644
index e804d4bc7e506..0000000000000
--- a/examples/with-jest-react-testing-library/__tests__/__snapshots__/index.test.js.snap
+++ /dev/null
@@ -1,11 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`With React Testing Library Snapshot Should match Snapshot 1`] = `
-
-