mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
docs: typos (#10145)
There were small typos in: - apps/automated/src/ui/web-view/web-view.md - tools/notes/DevelopmentWorkflow.md Fixes: - Should read `describe` rather than `decribe`. - Should read `control` rather than `controll`. Signed-off-by: Tim Gates <tim.gates@iress.com>
This commit is contained in:
@@ -48,7 +48,7 @@ npx nx run core:test --watch
|
||||
|
||||
### Isolate tests by name
|
||||
|
||||
Run a single test by it's decribe name, for example to run just the `xml/index.spec.ts`, the describe block is named `XmlParser` therefore:
|
||||
Run a single test by it's describe name, for example to run just the `xml/index.spec.ts`, the describe block is named `XmlParser` therefore:
|
||||
|
||||
```
|
||||
npx nx run core:test --watch -t 'XmlParser'
|
||||
|
||||
Reference in New Issue
Block a user