chore: install Playwright and add E2E test configuration

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-03 16:07:50 +02:00
parent 0d7c4f476a
commit f7ce380104
6 changed files with 50 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
import { beforeEach, describe, expect, it } from "bun:test";
import { Hono } from "hono";
import { _resetForTesting, rateLimit } from "../../src/server/middleware/rateLimit";
import {
_resetForTesting,
rateLimit,
} from "../../src/server/middleware/rateLimit";
function createApp() {
const app = new Hono();