using mocha/chai/sinon for node.js unit-tests? check out my utility: mocha-stirrer to easily reuse test components and mock require dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Attaching to mailcowdockerized_dovecot-mailcow_1 | |
[36mdovecot-mailcow_1 |[0m Waiting for database to come up... | |
[36mdovecot-mailcow_1 |[0m Uptime: 2 Threads: 8 Questions: 24 Slow queries: 0 Opens: 25 Flush tables: 1 Open tables: 17 Queries per second avg: 12.000 | |
[36mdovecot-mailcow_1 |[0m Adding user `vmail' to group `tty' ... | |
[36mdovecot-mailcow_1 |[0m Adding user vmail to group tty | |
[36mdovecot-mailcow_1 |[0m Done. | |
[36mdovecot-mailcow_1 |[0m % Total % Received % Xferd Average Speed Time Time Time Current | |
[36mdovecot-mailcow_1 |[0m Dload Upload Total Spent Left Speed | |
[36mdovecot-mailcow_1 |[0m | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
variables: | |
REGISTRY_URL: registry.lekode.com:5000 | |
IMAGE_NAME: app | |
BUILD_CODE_IMAGE: $REGISTRY_URL/$IMAGE_NAME:$CI_COMMIT_REF_NAME | |
LATEST_CODE_IMAGE: $REGISTRY_URL/$IMAGE_NAME:latest | |
stages: | |
- test | |
- install | |
- build |