test(cloudcmd) skip: connect_error tests

This commit is contained in:
coderaiser 2020-11-16 17:40:32 +02:00
parent ca7acdd812
commit 75c6abb2b1
8 changed files with 24 additions and 33 deletions

View file

@ -1,8 +1,9 @@
Commit
---------------
## Commit
Format of the commit message: **type(scope) subject**
**Type**:
- feature(scope) subject
- fix(scope) subject
- docs(scope) subject
@ -15,13 +16,15 @@ Scope could be anything specifying place of the commit change.
For example util, console, view, edit, style etc...
**Subject text**:
- use imperative, present tense: “change” not “changed” nor “changes”
- don't capitalize first letter
- no dot (.) at the end
**Message body**:
**Message body**:
- just as in <subject> use imperative, present tense: “change” not “changed” nor “changes”
- includes motivation for the change and contrasts with previous behavior
**Examples**:
- [fix(style) .name{width}: 37% -> 35%](https://github.com/coderaiser/cloudcmd/commit/94b0642e3990c17b3a0ee3efeb75f343e1e7c050)
- [fix(console) dispatch: focus -> mouseup](https://github.com/coderaiser/cloudcmd/commit/f41ec5058d1411e86a881f8e8077e0572e0409ec)