1 write to _nodeAppPath
Aspire.Hosting.NodeJs.Tests (1)
NodeAppFixture.cs (1)
31
_nodeAppPath
= CreateNodeApp();
4 references to _nodeAppPath
Aspire.Hosting.NodeJs.Tests (4)
NodeAppFixture.cs (4)
32
var scriptPath = Path.Combine(
_nodeAppPath
, "app.js");
37
NpmAppBuilder = _builder.AddNpmApp("npmapp",
_nodeAppPath
)
59
if (
_nodeAppPath
is not null)
63
Directory.Delete(
_nodeAppPath
, recursive: true);