Skip to content

Commit

Permalink
PostmanCli added merge mode (dev in progress)
Browse files Browse the repository at this point in the history
  • Loading branch information
fchastanet committed Mar 9, 2024
1 parent 8cca388 commit 9cdbc2e
Show file tree
Hide file tree
Showing 36 changed files with 2,323 additions and 267 deletions.
2 changes: 1 addition & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"languageId": "plantUml"
},
{
"filename": "README.md",
"filename": "**/README.md",
"languageId": "readme"
},
{
Expand Down
1 change: 1 addition & 0 deletions .cspell/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ endfunction
varchar
datetime
enduml
uniformization
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ All the commands are unit tested, you can run the unit tests using the following
command

```bash
vendor/bash-tools-framework/bin/test -r tests
vendor/bash-tools-framework/bin/test -r src
```

Launch UT on different environments:
Expand Down
Loading

0 comments on commit 9cdbc2e

Please sign in to comment.