Skip to content

Commit

Permalink
chore: microcks/microcks-testcontainers-node#25 Upgrade demonstration…
Browse files Browse the repository at this point in the history
… application

Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
  • Loading branch information
lbroudoux committed Jan 11, 2024
1 parent a98ef31 commit 7e210d4
Show file tree
Hide file tree
Showing 5 changed files with 226 additions and 7,341 deletions.
3 changes: 1 addition & 2 deletions shift-left-demo/nest-order-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ beforeAll(async () => {
path.resolve(resourcesDir, 'order-service-postman-collection.json'),
path.resolve(resourcesDir, 'apipastries-postman-collection.json')
])
.withPostman()
.start();
[...]
Expand Down Expand Up @@ -399,5 +400,3 @@ Snapshots: 0 total
Time: 9.357 s, estimated 11 s
Ran all test suites within paths "test/orders.api.postman.e2e-spec.ts".
```
> `npm run test:e2e` command doesn't work at the moment because of conflicts when chaining e2e tests. We're working on this case.
Loading

0 comments on commit 7e210d4

Please sign in to comment.