97475d7408
This commit upgrades all dependencies in `aio/aio-builds-setup/scripts-js/`
to latest versions and also includes all necessary code changes to
ensure the tests are passing with the new dependency versions.
In particular:
- We ensure `nock`'s `Scope#done()` is not called before receiving a
response to account for a breaking change introduced in
nock/nock#1960.
- The use of `nock`'s `Scope#log()` method was removed, because the
method is no longer available since nock/nock#1966. See
https://github.com/nock/nock#debugging for more info on debugging
failed matches.
See also
|
||
---|---|---|
.. | ||
constants.ts | ||
delete-empty.d.ts | ||
helper.ts | ||
index.ts | ||
jasmine-custom-matchers-types.d.ts | ||
jasmine-custom-matchers.ts | ||
mock-external-apis.ts | ||
nginx.e2e.ts | ||
preview-server.e2e.ts | ||
server-integration.e2e.ts | ||
start-test-preview-server.ts | ||
tar-stream.d.ts |