571fe5bc7c
- Create backend xUnit test project with Moq and FluentAssertions - Add test utilities: TestDataFactory, MockHttpContext, TestUserClaims - Create AuthControllerTests with comprehensive auth scenarios - Install Jest and React Testing Library for frontend - Configure jest.config.ts and jest.setup.ts with Next.js support - Add test scripts to package.json
18 lines
133 B
Plaintext
18 lines
133 B
Plaintext
# Test artifacts
|
|
TestResults/
|
|
coverage/
|
|
*.coverage
|
|
*.trx
|
|
|
|
# Build outputs
|
|
bin/
|
|
obj/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|