[PR #97] [MERGED] [core] Add Test Setup for Deno #98

Closed
opened 2025-10-31 16:57:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/97
Author: @ricoberger
Created: 12/3/2023
Status: Merged
Merged: 12/3/2023
Merged by: @ricoberger

Base: mainHead: core-add-test-setup-for-deno


📝 Commits (1)

  • ac759d8 [core] Add Test Setup for Deno

📊 Changes

5 files changed (+51 additions, -0 deletions)

View changed files

📝 .github/workflows/continuous-integration.yaml (+17 -0)
📝 .gitignore (+3 -0)
📝 CONTRIBUTING.md (+20 -0)
supabase/functions/_shared/feed/medium_test.ts (+10 -0)
📝 supabase/functions/import_map.json (+1 -0)

📄 Description

This commit uses the "Continuous Integration" GitHub Action, to run tests for the Deno code, which is used by the Supabase functions and our Docker containers.

This commit also adds a first test so that the deno test command does not fail.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/97 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 12/3/2023 **Status:** ✅ Merged **Merged:** 12/3/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-add-test-setup-for-deno` --- ### 📝 Commits (1) - [`ac759d8`](https://github.com/feeddeck/feeddeck/commit/ac759d86bb7ffd3e32fe0dda9201ee14aac73812) [core] Add Test Setup for Deno ### 📊 Changes **5 files changed** (+51 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/continuous-integration.yaml` (+17 -0) 📝 `.gitignore` (+3 -0) 📝 `CONTRIBUTING.md` (+20 -0) ➕ `supabase/functions/_shared/feed/medium_test.ts` (+10 -0) 📝 `supabase/functions/import_map.json` (+1 -0) </details> ### 📄 Description This commit uses the "Continuous Integration" GitHub Action, to run tests for the Deno code, which is used by the Supabase functions and our Docker containers. This commit also adds a first test so that the `deno test` command does not fail. <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:57:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#98