lamed_test
Version:
Mocha unit testing made easy
14 lines (10 loc) • 409 B
Markdown
>**notOk_Then**(testValue, defaultValue)
- Short version of testing a value, and if it is a null value to assign a default value
- **Return {string|*}** - testValue / defaultValue
- See [Functions](../functions.md)
| Parameter |Type |Default |Description |
| ---- | ---- | ---- | ---- |
**testValue** | | | |
**defaultValue** | |undefined | |