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