diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a36c6950472..4654d707d57 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,11 @@ updates: patterns: - "Spectre.Console" - "Spectre.Console.*" + xunit: + patterns: + - "xunit" + - "xunit.*" + - "Verify.Xunit" - package-ecosystem: npm target-branch: main diff --git a/Directory.Packages.props b/Directory.Packages.props index 3db65af904d..965d276a779 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -43,8 +43,8 @@ - + - + \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.cs b/test/docfx.Snapshot.Tests/SamplesTest.cs index 4086bef87e7..9f256cbbaa9 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.cs +++ b/test/docfx.Snapshot.Tests/SamplesTest.cs @@ -21,7 +21,6 @@ namespace Docfx.Tests; -[UsesVerify] [Trait("Stage", "Snapshot")] public class SamplesTest { diff --git a/test/docfx.Tests/PublicApiContractTest.cs b/test/docfx.Tests/PublicApiContractTest.cs index 366f765719e..fa854a76704 100644 --- a/test/docfx.Tests/PublicApiContractTest.cs +++ b/test/docfx.Tests/PublicApiContractTest.cs @@ -6,7 +6,6 @@ namespace Docfx.Tests; -[UsesVerify] public class PublicApiContractTest { [Fact]