-node => -ansii-to-html

This commit is contained in:
Paul Schneider 2021-03-17 19:26:47 +00:00
commit c2486fd19a
6 changed files with 4 additions and 16 deletions

View file

@ -13,7 +13,6 @@ namespace test
[Trait("regression", "oui")]
public class NodeTests
{
[Fact]
void TestNodeJsForAnsitohtml ()
{
var procStart = new ProcessStartInfo("node", "node_modules/ansi-to-html/bin/ansi-to-html")
@ -32,7 +31,6 @@ namespace test
}
}
[Fact]
void AnsiToHtml()
{
var procStart = new ProcessStartInfo("ls", "-l --color=always")