[PR #59] [MERGED] 9 setup jest tests for frontend #260

Closed
opened 2026-02-27 19:17:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/59
Author: @tuomasmustakallio
Created: 2/7/2024
Status: Merged
Merged: 2/8/2024
Merged by: @tuomasmustakallio

Base: masterHead: 9-setup-jest-tests-for-frontend


📝 Commits (5)

  • 85f95ba Init Jest testing enviroment
  • 38d50ff Merge branch 'master' into 9-setup-jest-tests-for-frontend
  • 3159fd9 Create 1 working test for rendering the homepage
  • 38b67ac Update README.md
  • 82632ff remove snapshots from .gitignore

📊 Changes

10 files changed (+203 additions, -4 deletions)

View changed files

client/.babelrc (+3 -0)
📝 client/.eslintrc.json (+4 -1)
📝 client/README.md (+15 -0)
client/__tests__/__snapshots__/page.test.tsx.snap (+129 -0)
client/__tests__/page.test.tsx (+10 -0)
📝 client/app/page.tsx (+2 -0)
client/jest.config.ts (+22 -0)
client/jest.setup.ts (+1 -0)
📝 client/package.json (+16 -2)
📝 client/tsconfig.json (+1 -1)

📄 Description

No description provided


🔄 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/EddieTheCubeHead/Stagnum/pull/59 **Author:** [@tuomasmustakallio](https://github.com/tuomasmustakallio) **Created:** 2/7/2024 **Status:** ✅ Merged **Merged:** 2/8/2024 **Merged by:** [@tuomasmustakallio](https://github.com/tuomasmustakallio) **Base:** `master` ← **Head:** `9-setup-jest-tests-for-frontend` --- ### 📝 Commits (5) - [`85f95ba`](https://github.com/EddieTheCubeHead/Stagnum/commit/85f95ba587501143efc84c0ec03ba5a6a93e801d) Init Jest testing enviroment - [`38d50ff`](https://github.com/EddieTheCubeHead/Stagnum/commit/38d50ff1ecf2ba7b4b72ae8f9c0e3d3962b6de63) Merge branch 'master' into 9-setup-jest-tests-for-frontend - [`3159fd9`](https://github.com/EddieTheCubeHead/Stagnum/commit/3159fd979bb6f4e1c3b107758aa8299504db2ac3) Create 1 working test for rendering the homepage - [`38b67ac`](https://github.com/EddieTheCubeHead/Stagnum/commit/38b67acf8633ff752ce37eb977f1457665a2742d) Update README.md - [`82632ff`](https://github.com/EddieTheCubeHead/Stagnum/commit/82632ff903a271513373e6569c029d93fe5f650a) remove __snapshots__ from .gitignore ### 📊 Changes **10 files changed** (+203 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `client/.babelrc` (+3 -0) 📝 `client/.eslintrc.json` (+4 -1) 📝 `client/README.md` (+15 -0) ➕ `client/__tests__/__snapshots__/page.test.tsx.snap` (+129 -0) ➕ `client/__tests__/page.test.tsx` (+10 -0) 📝 `client/app/page.tsx` (+2 -0) ➕ `client/jest.config.ts` (+22 -0) ➕ `client/jest.setup.ts` (+1 -0) 📝 `client/package.json` (+16 -2) 📝 `client/tsconfig.json` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:17:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Stagnum#260
No description provided.