Skip to content

Commit

Permalink
delete js and ts files from expected
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabarov committed Mar 21, 2024
1 parent 72fc2cb commit f5bb820
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/ts/hilla-file-router/test/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ export async function createTestingRouteFiles(dir: URL): Promise<void> {
// │ │ ├── layout.tsx
// │ │ └── security
// │ │ ├── password.jsx
// │ │ └── two-factor-auth.ts
// │ ├── friends
// │ │ ├── layout.tsx
// │ │ ├── list.js
// │ │ └── {user}.tsx
// │ ├── index.tsx
// │ └── index.css
Expand Down Expand Up @@ -106,11 +104,6 @@ export function createTestingRouteMeta(dir: URL): RouteMeta {
file: new URL('profile/account/security/password.jsx', dir),
children: [],
},
{
path: 'two-factor-auth',
file: new URL('profile/account/security/two-factor-auth.ts', dir),
children: [],
},
],
},
],
Expand All @@ -119,11 +112,6 @@ export function createTestingRouteMeta(dir: URL): RouteMeta {
path: 'friends',
layout: new URL('profile/friends/$layout.tsx', dir),
children: [
{
path: 'list',
file: new URL('profile/friends/list.js', dir),
children: [],
},
{
path: '{user}',
file: new URL('profile/friends/{user}.tsx', dir),
Expand Down

0 comments on commit f5bb820

Please sign in to comment.