Skip to content

Commit 41b8800

Browse files
committed
Fix merged files
1 parent 7f51dae commit 41b8800

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/workflows/full-workflow.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,18 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
<<<<<<< HEAD
25-
node-version: [14.x]
24+
node-version: [16.x]
2625

2726
services:
2827
mongodb:
29-
image: mongo:4.2
28+
image: mongo:5.0
3029
ports:
3130
- 27017
3231
options: >-
3332
--health-cmd mongo
3433
--health-interval 10s
3534
--health-timeout 5s
3635
--health-retries 5
37-
=======
38-
node-version: [16.x]
39-
mongodb-version: [5.0]
40-
>>>>>>> chapter9/step3
4136
4237
steps:
4338
- uses: actions/checkout@v2

src/clients/__test__/stormGlass.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,6 @@ describe('StormGlass client', () => {
108108

109109
MockedRequestClass.isRequestError.mockReturnValue(true);
110110

111-
//<<<<<<< HEAD
112-
//MockedCacheUtil.get.mockReturnValue(undefined);
113-
114-
//const stormGlass = new StormGlass(mockedRequest, MockedCacheUtil);
115-
//=======
116111
MockedRequestClass.extractErrorData.mockReturnValue({
117112
status: 429,
118113
data: { errors: ['Rate Limit reached'] },

0 commit comments

Comments
 (0)