Commit 42052bf
Move SWC test to proper location: client/__tests__/
Moved test from client/app/bundles/ to client/__tests__/ which is the
Jest convention for project-level tests that aren't component-specific.
- Created client/__tests__/ directory (Jest standard)
- Updated testRegex to include __tests__ directory
- This is a better location for configuration/build tests vs bundles/
which should only contain application code
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent fa678c5 commit 42052bf
2 files changed
+1
-1
lines changedFile renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
0 commit comments