We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a4abe9 + 8443d2d commit 09902feCopy full SHA for 09902fe
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ name: Tests
5
6
jobs:
7
test:
8
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
9
name: Node ${{ matrix.node }}
10
strategy:
11
matrix:
@@ -14,6 +14,7 @@ jobs:
14
- '12'
15
- '14'
16
- '16'
17
+ - '18'
18
steps:
19
- uses: actions/checkout@v2
20
- name: Setup node
lib/UnexpectedExpressMocker.js
@@ -144,6 +144,7 @@ class UnexpectedExpressMocker {
144
},
145
on() {},
146
removeListener() {},
147
+ _readableState: true,
148
});
149
150
const requestBodyState = classifyRequestBodyAndUpdateHttpRequest(
0 commit comments