mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix: TextField not secure when keyboardType="number" (#5012)
This commit is contained in:
@@ -48,7 +48,7 @@ allTests["HTTP"] = httpTests;
|
||||
## Writing Test Module
|
||||
The test modules are actually TypeScript modules which export unit tests and hooks as functions following this convention:
|
||||
|
||||
* All exported functions which with a `test` prefix are unit-tests.
|
||||
* All exported functions with a `test` prefix are unit-tests.
|
||||
* The `setUpModule()` hook is called once - before all the tests in the module.
|
||||
* The `setUp()` hook is called before each tests.
|
||||
* The `tearDown()` hook called after each tests.
|
||||
|
||||
Reference in New Issue
Block a user