Skip to content

Commit 911ccbb

Browse files
authored
chore(repo): Remove unused TanStack Router tests (#6955)
1 parent 3ef9a2d commit 911ccbb

File tree

20 files changed

+2
-377
lines changed

20 files changed

+2
-377
lines changed

.changeset/empty-elephants-push.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ jobs:
291291
'astro',
292292
'expo-web',
293293
'tanstack-react-start',
294-
# 'tanstack-react-router',
295294
'vue',
296295
'nuxt',
297296
'react-router',

integration/presets/longRunningApps.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export const createLongRunningApps = () => {
6464
* Tanstack apps - basic flows
6565
*/
6666
{ id: 'tanstack.react-start', config: tanstack.reactStart, env: envs.withEmailCodes },
67-
{ id: 'tanstack.react-router', config: tanstack.reactRouter, env: envs.withEmailCodes },
6867

6968
/**
7069
* Various apps - basic flows

integration/presets/tanstack.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@ import { applicationConfig } from '../models/applicationConfig';
22
import { templates } from '../templates';
33
import { linkPackage } from './utils';
44

5-
const reactRouter = applicationConfig()
6-
.setName('tanstack-react-router')
7-
.useTemplate(templates['tanstack-react-router'])
8-
.setEnvFormatter('public', key => `VITE_${key}`)
9-
.addScript('setup', 'pnpm install')
10-
.addScript('dev', 'pnpm dev')
11-
.addScript('build', 'pnpm build')
12-
.addScript('serve', 'pnpm start')
13-
.addDependency('@clerk/tanstack-react-start', linkPackage('tanstack-react-start'));
14-
155
const reactStart = applicationConfig()
166
.setName('tanstack-react-start')
177
.useTemplate(templates['tanstack-react-start'])
@@ -24,5 +14,4 @@ const reactStart = applicationConfig()
2414

2515
export const tanstack = {
2616
reactStart,
27-
reactRouter,
2817
} as const;

integration/templates/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export const templates = {
1414
'astro-hybrid': resolve(__dirname, './astro-hybrid'),
1515
'expo-web': resolve(__dirname, './expo-web'),
1616
'tanstack-react-start': resolve(__dirname, './tanstack-react-start'),
17-
'tanstack-react-router': resolve(__dirname, './tanstack-react-router'),
1817
'vue-vite': resolve(__dirname, './vue-vite'),
1918
'nuxt-node': resolve(__dirname, './nuxt-node'),
2019
'react-router-node': resolve(__dirname, './react-router-node'),

integration/templates/tanstack-react-router/.gitignore

Lines changed: 0 additions & 10 deletions
This file was deleted.

integration/templates/tanstack-react-router/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

integration/templates/tanstack-react-router/index.html

Lines changed: 0 additions & 30 deletions
This file was deleted.

integration/templates/tanstack-react-router/package.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

integration/templates/tanstack-react-router/src/main.tsx

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)