Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ESLint errors in storage-blob package. #16881

Merged
merged 1 commit into from
Aug 17, 2021
Merged

Conversation

EmmaZhu
Copy link
Member

@EmmaZhu EmmaZhu commented Aug 12, 2021

Fix ESLint errors in storage-blob package.

#10782

@ghost ghost added the Storage Storage Service (Queues, Blobs, Files) label Aug 12, 2021
sdk/storage/storage-blob/src/BlobBatch.ts Outdated Show resolved Hide resolved
sdk/storage/storage-blob/src/BlobBatch.ts Outdated Show resolved Hide resolved
sdk/storage/storage-blob/test/blockblobclient.spec.ts Outdated Show resolved Hide resolved
@@ -93,6 +95,7 @@ describe("Highlevel", () => {
let eventTriggered = false;
const aborter = new AbortController();

/* eslint no-empty: ["error", { "allowEmptyCatch": true }] */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the reason for ignoring the error here? Shouldnt failure to upload data also fail the test?

@EmmaZhu EmmaZhu merged commit 4da08a1 into Azure:main Aug 17, 2021
@EmmaZhu EmmaZhu deleted the removeextend branch August 17, 2021 02:00
ckairen pushed a commit to ckairen/azure-sdk-for-js that referenced this pull request Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants