@volenday/check-app-via-host-name-next
v2.0.3
Published
## Testing
Keywords
Readme
@volenday/check-app-via-host-name-next
Testing
This project includes a comprehensive Jest test suite with excellent coverage.
Running Tests
# Run all tests
yarn test
# Run tests in watch mode
yarn test:watch
# Run tests with coverage report
yarn test:coverageTest Coverage
- Statements: 98.63%
- Branch Coverage: 90.29%
- Function Coverage: 100%
- Line Coverage: 98.56%
- Total Tests: 54 (including 6 Cidaas integration tests)
Test Documentation
See TEST_DOCUMENTATION.md for detailed information about the test suite, including all test cases and best practices.
See TEST_SUMMARY.md for a quick overview of test results and coverage.
AHA Check app via host name for Next.js app.
Install
Using npm:
npm install --save @volenday/check-app-via-host-name-nextor using yarn:
yarn add @volenday/check-app-via-host-name-next