Skip to content

Commit b332656

Browse files
test: remove deleted examples
1 parent 3d29c27 commit b332656

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',
1210
'api-routes-cors',
1311
'api-routes-middleware',
@@ -22,39 +20,29 @@ const testedExamples = [
2220
'catch-all-routes',
2321
'custom-routes-proxying',
2422
'custom-server',
25-
'data-fetch',
2623
'dynamic-routing',
2724
'environment-variables',
28-
'fast-refresh-demo',
2925
'head-elements',
3026
'headers',
3127
'hello-world',
32-
'hello-world-esm',
3328
'i18n-routing',
3429
'image-component',
3530
'image-legacy-component',
3631
'layout-component',
3732
'middleware',
3833
'middleware-matcher',
39-
'modularize-imports',
4034
'nested-components',
4135
'next-css',
4236
'next-forms',
43-
'progressive-render',
4437
'redirects',
4538
'remove-console',
4639
'reproduction-template',
4740
'rewrites',
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)