[PR #9] [MERGED] Added tests for the event endpoints #53

Closed
opened 2026-09-04 00:21:54 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/detleph/server/pull/9
Author: @stephan418
Created: 10/19/2021
Status: Merged
Merged: 10/19/2021
Merged by: @stephan418

Base: devHead: feature-test


📝 Commits (1)

  • 8d50c44 Added tests for the event endpoints

📊 Changes

4 files changed (+968 additions, -4 deletions)

View changed files

📝 package-lock.json (+875 -2)
📝 package.json (+8 -2)
src/Tests/events.test.ts (+82 -0)
📝 src/app.ts (+3 -0)

📄 Description

Also installed chai, chai http & mocha


🔄 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/detleph/server/pull/9 **Author:** [@stephan418](https://github.com/stephan418) **Created:** 10/19/2021 **Status:** ✅ Merged **Merged:** 10/19/2021 **Merged by:** [@stephan418](https://github.com/stephan418) **Base:** `dev` ← **Head:** `feature-test` --- ### 📝 Commits (1) - [`8d50c44`](https://github.com/detleph/server/commit/8d50c44b7e1516767aa9fdabecbb60aa1640d700) Added tests for the event endpoints ### 📊 Changes **4 files changed** (+968 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+875 -2) 📝 `package.json` (+8 -2) ➕ `src/Tests/events.test.ts` (+82 -0) 📝 `src/app.ts` (+3 -0) </details> ### 📄 Description Also installed chai, chai http & mocha --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:21:54 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: detleph/server#53