Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 293 Bytes

INTEGRATION.md

File metadata and controls

5 lines (3 loc) · 293 Bytes

Integration Testing

Because workitem is deeply integrated with git, it makes sense to test in a sandbox away from the workitem repository which is itself a git repository.

docker run -it -v D:\repos\workitem\:/app node bash -c "mkdir /test && cd /test && node /app/dist/cli.js init +git"