Skip to content

Commit

Permalink
Fix manual test failure with mocha upgrade, and remove the build stat…
Browse files Browse the repository at this point in the history
…us link since the pipeline is removed. (#2503)
  • Loading branch information
blueww authored Nov 12, 2024
1 parent 638e1ad commit 49a2621
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"args": [
"${workspaceFolder}/node_modules/mocha/bin/_mocha",
"-u",
"tdd",
"bdd",
"--timeout",
"999999",
"--colors",
Expand All @@ -179,7 +179,7 @@
"args": [
"${workspaceFolder}/node_modules/mocha/bin/_mocha",
"-u",
"tdd",
"bdd",
"--timeout",
"999999",
"--colors",
Expand All @@ -203,7 +203,7 @@
"args": [
"${workspaceFolder}/node_modules/mocha/bin/_mocha",
"-u",
"tdd",
"bdd",
"--timeout",
"999999",
"--colors",
Expand All @@ -226,7 +226,7 @@
"args": [
"${workspaceFolder}/node_modules/mocha/bin/_mocha",
"-u",
"tdd",
"bdd",
"--timeout",
"999999",
"--colors",
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Azurite V3

[![npm version](https://badge.fury.io/js/azurite.svg)](https://badge.fury.io/js/azurite)
[![Build Status](https://dev.azure.com/azure/Azurite/_apis/build/status/Azure.Azurite?branchName=main)](https://dev.azure.com/azure/Azurite/_build/latest?definitionId=105&branchName=main)

> Note:
> The latest Azurite V3 code, which supports Blob, Queue, and Table (preview) is in the main branch.
Expand Down

0 comments on commit 49a2621

Please sign in to comment.