Phase 1: Add ESLint/Prettier config + baseline auto-fixes
This commit is contained in:
@@ -85,7 +85,7 @@ describe('Sites Routes', () => {
|
||||
.send({
|
||||
subdomain: 'INVALID SUBDOMAIN!',
|
||||
targetUrl: 'https://example.com',
|
||||
name: 'Test'
|
||||
name: 'Test',
|
||||
});
|
||||
|
||||
expect(res.statusCode).toBe(400);
|
||||
|
||||
Reference in New Issue
Block a user