Skip to content

Commit

Permalink
Remove all test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoginth committed Dec 8, 2024
1 parent e7a33aa commit cfadda0
Show file tree
Hide file tree
Showing 146 changed files with 50 additions and 9,240 deletions.
15 changes: 1 addition & 14 deletions .pierre/ci/migrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,4 @@
// }
// };

// const migrateTestDb = async () => {
// await run("cd packages/db && pnpm prisma:migrate", {
// label: "Migrating Test DB",
// env: { DATABASE_URL: process.env.TEST_DATABASE_URL as string }
// });

// annotate({
// color: "fg",
// label: "Test DB Migration Complete",
// icon: Icons.Table
// });
// };

// export default [migrateProductionDb, migrateTestDb];
// export default migrateProductionDb;
47 changes: 0 additions & 47 deletions .pierre/ci/test.ts

This file was deleted.

4 changes: 0 additions & 4 deletions apps/api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@ AWS_ACCESS_KEY_ID=""
AWS_SECRET_ACCESS_KEY=""
SLACK_WEBHOOK_URL=""
OPENAI_API_KEY=""

# Test Lens access tokens
TEST_AUTH_TOKEN=""
TEST_SUSPENDED_AUTH_TOKEN=""
2 changes: 0 additions & 2 deletions apps/api/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ declare namespace NodeJS {
PRIVATE_KEY: string;
SECRET: string;
SLACK_WEBHOOK_URL: string;
TEST_AUTH_TOKEN: string;
TEST_SUSPENDED_AUTH_TOKEN: string;
OPENAI_API_KEY: string;
}
}
64 changes: 0 additions & 64 deletions apps/api/package.json

This file was deleted.

83 changes: 0 additions & 83 deletions apps/api/src/helpers/leafwatch/findEventKeyDeep.spec.ts

This file was deleted.

104 changes: 0 additions & 104 deletions apps/api/src/helpers/oembed/getMetadata.spec.ts

This file was deleted.

47 changes: 0 additions & 47 deletions apps/api/src/helpers/oembed/getProxyUrl.spec.ts

This file was deleted.

Loading

0 comments on commit cfadda0

Please sign in to comment.