chore: Add some tests

This commit is contained in:
Jan K9f 2025-06-04 11:24:49 +02:00
commit 2bab5a7966
22 changed files with 578 additions and 2 deletions

View file

@ -0,0 +1,9 @@
{
"permissions": {
"allow": [
"Bash(bun add:*)",
"Bash(bunx playwright:*)"
],
"deny": []
}
}