mirror of
https://github.com/rersozlu/food402.git
synced 2026-04-25 07:15:49 +03:00
[PR #15] [MERGED] feat: add comprehensive test suite with Vitest #15
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/food402#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rersozlu/food402/pull/15
Author: @rersozlu
Created: 2/2/2026
Status: ✅ Merged
Merged: 2/3/2026
Merged by: @rersozlu
Base:
master← Head:add-test-suite📝 Commits (3)
49dfbd8feat: add comprehensive test suite with Vitestffa46eaMerge master and reorganize Google Reviews testsd4c1e18fix: add GOOGLE_PLACES_API_KEY placeholder to postinstall config📊 Changes
21 files changed (+1911 additions, -686 deletions)
View changed files
📝
.gitignore(+2 -0)📝
README.md(+33 -0)📝
package-lock.json(+420 -668)📝
package.json(+6 -3)📝
src/postinstall.ts(+2 -1)➕
test/.env.test.example(+6 -0)➕
test/integration/addresses.test.ts(+155 -0)➕
test/integration/basket.test.ts(+266 -0)➕
test/integration/menu.test.ts(+213 -0)➕
test/integration/orders.test.ts(+176 -0)➕
test/integration/payment.test.ts(+106 -0)➕
test/integration/restaurants.test.ts(+176 -0)📝
test/modules/google-reviews/cache.test.ts(+2 -2)📝
test/modules/google-reviews/google-reviews.test.ts(+1 -1)📝
test/modules/google-reviews/matching.test.ts(+2 -2)➕
test/security/credentials.test.ts(+177 -0)➕
test/setup/auth.ts(+38 -0)➕
test/setup/env.ts(+42 -0)➕
test/setup/fixtures.ts(+70 -0)➕
test/vitest.config.ts(+18 -0)...and 1 more files
📄 Description
Summary
Test Coverage
Setup
Test plan
.env.testexcluded via.gitignore🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.