-
Notifications
You must be signed in to change notification settings - Fork 0
Testing
JP IT edited this page Jan 22, 2026
·
1 revision
Run the test suite using Node.js built-in test runner.
# Run all tests
npm test
# Run specific test category
npm run test:unit
npm run test:integration
npm run test:security- Utility functions
- Parsing logic
- Configuration validation
- Authentication flows
- API endpoints
- WebSocket handling
- XSS prevention
- CSRF protection
- Injection attacks
- Access control