Skip to content

Commit

Permalink
Merge af92ff0 into a658aa8
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavnikolaj committed May 4, 2022
2 parents a658aa8 + af92ff0 commit d42637b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -13,6 +13,7 @@ jobs:
- '10'
- '12'
- '14'
- '16'
steps:
- uses: actions/checkout@v2
- name: Setup node
Expand Down
2 changes: 2 additions & 0 deletions lib/UnexpectedExpressMocker.js
Expand Up @@ -142,6 +142,8 @@ class UnexpectedExpressMocker {
destroy() {
requestDestroyed = true;
},
on() {},
removeListener() {},
});

const requestBodyState = classifyRequestBodyAndUpdateHttpRequest(
Expand Down

0 comments on commit d42637b

Please sign in to comment.