Merge all changes
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Text.Json;
|
||||
using Xunit;
|
||||
using StellaOps.Scanner.Analyzers.Lang.Node;
|
||||
using StellaOps.Scanner.Analyzers.Lang.Tests.Harness;
|
||||
|
||||
@@ -427,7 +428,7 @@ public sealed class NodeDeterminismTests : IDisposable
|
||||
return await LanguageAnalyzerTestHarness.RunToJsonAsync(
|
||||
_tempDir,
|
||||
analyzers,
|
||||
CancellationToken.None);
|
||||
TestContext.Current.CancellationToken);
|
||||
}
|
||||
|
||||
private static List<string> ExtractPackageNames(string json)
|
||||
|
||||
Reference in New Issue
Block a user