Skip to content

Commit 082d7e1

Browse files
authored
Merge pull request #1 from testdrivenio/updates-2021-12-02
Bumped version of all dependencies
2 parents a4b3610 + 3ff32cd commit 082d7e1

File tree

10 files changed

+29598
-18523
lines changed

10 files changed

+29598
-18523
lines changed

client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:15.10-alpine
1+
FROM node:16.13-alpine
22

33
RUN [ "mkdir", "-p", "/usr/src/app" ]
44

client/cypress/integration/all.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ describe('Perusable', function () {
88
// cy.intercept('GET', '**/api/v1/catalog/wines/**', { fixture: 'wines.json' }).as('getWines');
99
cy.intercept('GET', '**/api/v1/catalog/wines/**').as('getWines');
1010

11-
1211
cy.visit('/');
1312
cy.get('input[placeholder="Enter a search term (e.g. cabernet)"]')
1413
.type('cabernet');

0 commit comments

Comments
 (0)