-node => -ansii-to-html
This commit is contained in:
parent
4038c96773
commit
c2486fd19a
6 changed files with 4 additions and 16 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue