Skip to content

Commit

Permalink
Fix remote jest
Browse files Browse the repository at this point in the history
  • Loading branch information
sineverba committed Feb 28, 2023
1 parent fbc8704 commit 2e8146a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ blocks:
values: [ "14", "16", "18" ]
commands:
- sem-version node $NODE_VERSION
- npm run test
- npx jest
- name: Prettier
commands:
- rm -r node_modules/
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Next version
+ First commit
+ Add code
+ Fix jest watch for Semaphore
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Concatenate
| CI / CD | Status |
| ------- | ------ |
| NPM | TBD |
| Semaphore CI | TBD |
| Semaphore CI | [![Build Status](https://sineverba.semaphoreci.com/badges/npm-pkg-concatenate/branches/master.svg?style=shields&key=39b8f9bd-3213-4836-a1b3-ca116c91a9e9)](https://sineverba.semaphoreci.com/projects/npm-pkg-concatenate) |
| Circle CI | TBD |
| Coverall | TBD |
| Coverall | [![Coverage Status](https://coveralls.io/repos/github/sineverba/npm-pkg-concatenate/badge.svg?branch=master)](https://coveralls.io/github/sineverba/npm-pkg-concatenate?branch=master) |
| SonarCloud | TBD |

`concatenate` returns a single string starting from two strings. If first (or second) string are empty, it returns the other one.
Expand Down

0 comments on commit 2e8146a

Please sign in to comment.