Skip to content

Commit dc50a71

Browse files
JamBalaya56562ijjk
authored andcommitted
test: remove deleted examples (vercel#72374)
# Summary Update [`example.test.ts`](https://github.com/vercel/next.js/blob/canary/test/examples/examples.test.ts) and [`turbopack-dev-examples-manifest.json`](https://github.com/vercel/next.js/blob/canary/test/turbopack-dev-examples-manifest.json) by removing deleted examples. ## Descriptions [examples: cleanup vercel#57845](vercel#57845) deleted ... - amp-first - amp-story - data-fetch - fast-refresh-demo - hello-world-esm - progressive-render - using-router - with-app-layout - with-env-from-next-config-js - with-loading [updated the example of modularize-imports to utilize the App Router vercel#69771](vercel#69771) deleted ... - modularize-imports [docs: Add docs on CSP and nonce generation vercel#54601](https://github.com/vercel/next.js/pull/54601/files) deleted ... - styled-jsx-with-csp [Updated the example of with-draft-js to utilize the App Router. vercel#70045](vercel#70045) deleted ... - with-draft-js [Remove deprecated library example vercel#62813](vercel#62813) deleted ... - with-react-with-styles [Remove with-reasonml-todo example vercel#62812](https://github.com/vercel/next.js/pull/62812/files) deleted ... - with-reasonml-todo [Remove with-semantic-ui example vercel#62811](https://github.com/vercel/next.js/pull/62811/files) deleted ... - with-semantic-ui [Updated the example of with-vercel-fetch to utilize the App Router. vercel#70069](vercel#70069) deleted ... - with-vercel-fetch Co-authored-by: JJ Kasper <[email protected]>
1 parent e463d53 commit dc50a71

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

test/examples/examples.test.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ const testedExamples = [
66
// Internal features
77
'active-class-name',
88
'amp',
9-
'amp-first',
10-
'amp-story',
119
'api-routes-cors',
1210
'api-routes-middleware',
1311
'api-routes-rate-limit',
@@ -21,40 +19,30 @@ const testedExamples = [
2119
'catch-all-routes',
2220
'custom-routes-proxying',
2321
'custom-server',
24-
'data-fetch',
2522
'dynamic-routing',
2623
'environment-variables',
27-
'fast-refresh-demo',
2824
'head-elements',
2925
'headers',
3026
'hello-world',
31-
'hello-world-esm',
3227
'i18n-routing',
3328
'image-component',
3429
'image-legacy-component',
3530
'layout-component',
3631
'middleware',
3732
'middleware-matcher',
38-
'modularize-imports',
3933
'nested-components',
4034
'next-css',
4135
'next-forms',
42-
'progressive-render',
4336
'redirects',
4437
'remove-console',
4538
'reproduction-template',
4639
'rewrites',
4740
'route-handlers',
4841
'script-component',
4942
'ssr-caching',
50-
'styled-jsx-with-csp',
5143
'svg-components',
52-
'using-router',
5344
'with-absolute-imports',
54-
'with-app-layout',
5545
'with-context-api',
56-
'with-env-from-next-config-js',
57-
'with-loading',
5846
'with-shallow-routing',
5947
'with-sitemap',
6048
'with-typescript',
@@ -68,7 +56,6 @@ const testedExamples = [
6856
'with-mdx',
6957
'with-mdx-remote',
7058
'with-turbopack',
71-
'with-vercel-fetch',
7259
]
7360

7461
describe.each(testedExamples)(`example '%s'`, (example) => {

test/turbopack-dev-examples-manifest.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"layout-component": true,
6161
"middleware": true,
6262
"middleware-matcher": true,
63-
"modularize-imports": true,
6463
"nested-components": true,
6564
"next-css": true,
6665
"next-offline": true,
@@ -94,7 +93,6 @@
9493
"with-docker": true,
9594
"with-docker-compose": true,
9695
"with-docker-multi-env": true,
97-
"with-draft-js": true,
9896
"with-dynamic-import": true,
9997
"with-elasticsearch": true,
10098
"with-electron": true,
@@ -171,10 +169,8 @@
171169
"with-react-md-typescript": true,
172170
"with-react-multi-carousel": true,
173171
"with-react-toolbox": true,
174-
"with-react-with-styles": true,
175172
"with-reactstrap": true,
176173
"with-realm-web": true,
177-
"with-reasonml-todo": true,
178174
"with-rebass": true,
179175
"with-recoil": true,
180176
"with-redis": true,
@@ -185,7 +181,6 @@
185181
"with-route-as-modal": true,
186182
"with-segment-analytics": true,
187183
"with-segment-analytics-pages-router": true,
188-
"with-semantic-ui": true,
189184
"with-sentry": true,
190185
"with-service-worker": true,
191186
"with-sfcc": true,
@@ -215,7 +210,6 @@
215210
"with-unstated": true,
216211
"with-urql": true,
217212
"with-userbase": true,
218-
"with-vercel-fetch": true,
219213
"with-videojs": true,
220214
"with-vitest": true,
221215
"with-web-worker": true,

0 commit comments

Comments
 (0)