Skip to content

Commit ddc22b6

Browse files
committed
fix: ignore elysia consistent exports test
1 parent 8f94aa6 commit ddc22b6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

dev-packages/e2e-tests/test-applications/node-exports-test-app/scripts/consistentExports.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ const DEPENDENTS: Dependent[] = [
4141
ignoreExports: [
4242
// Not needed for Astro
4343
'setupFastifyErrorHandler',
44+
'elysiaIntegration',
45+
'withElysia',
4446
],
4547
},
4648
{
@@ -75,6 +77,8 @@ const DEPENDENTS: Dependent[] = [
7577
ignoreExports: [
7678
// Not needed for Serverless
7779
'setupFastifyErrorHandler',
80+
'elysiaIntegration',
81+
'withElysia',
7882
],
7983
},
8084
{
@@ -84,6 +88,8 @@ const DEPENDENTS: Dependent[] = [
8488
ignoreExports: [
8589
// Not needed for Serverless
8690
'setupFastifyErrorHandler',
91+
'elysiaIntegration',
92+
'withElysia',
8793
],
8894
},
8995
{

0 commit comments

Comments
 (0)