Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href="https://chat.vercel.ai/">
<img alt="Chatbot" src="app/(chat)/opengraph-image.png">
<img alt="Catbot" src="app/(chat)/opengraph-image.png">
<h1 align="center">Chatbot</h1>
</a>

Expand Down
4 changes: 4 additions & 0 deletions multiply.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash


echo "Bad boys"
1 change: 1 addition & 0 deletions test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
added tests for claude addition
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Put Claude tests in Playwright testDir

This commit adds a root-level test file containing plain text, but pnpm test uses Playwright with testDir: "./tests" and testMatch: /e2e\/.*.test.ts/ in playwright.config.ts, so this file is never discovered or executed. If this change is intended to add regression coverage for the Claude addition, the tests need to live under tests/e2e with a .test.ts filename or they will be silently skipped.

Useful? React with 👍 / 👎.