vibetunnel/web/.dockerignore
Peter Steinberger 1ee6d50bab fix: Git repository integration test - properly set up Git repository state
- Fix the failing test 'should include Git info in session creation request'
- Test now properly calls checkGitRepository() to populate currentBranch and selectedBaseBranch
- Ensures Git info is correctly included in session creation requests when repository is detected
- Fixes test by making selectedBaseBranch match currentBranch to avoid branch switching warning path

Test was failing because gitRepoPath was undefined in request body, now properly includes Git repo path and branch information.
2025-08-02 03:02:19 +02:00

20 lines
No EOL
209 B
Text

node_modules
node-pty/node_modules
dist
coverage
playwright-report
test-results
.pnpm-store
*.log
.git
.gitignore
.DS_Store
*.swp
*.swo
*.swn
build
dist-npm
native
public/bundle
public/monaco-editor
playwright