Remove repl from elixir 4
This commit is contained in:
parent
4dd0620902
commit
bed16d1ca0
|
@ -135,9 +135,9 @@ class Test {
|
||||||
case "repl":
|
case "repl":
|
||||||
await this.testRepl();
|
await this.testRepl();
|
||||||
break;
|
break;
|
||||||
// case "runrepl":
|
case "runrepl":
|
||||||
// await this.testRunRepl();
|
await this.testRunRepl();
|
||||||
// break;
|
break;
|
||||||
case "scope":
|
case "scope":
|
||||||
await this.testScope();
|
await this.testScope();
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -49,3 +49,4 @@ lsp:
|
||||||
|
|
||||||
skip:
|
skip:
|
||||||
- lsp
|
- lsp
|
||||||
|
- runrepl
|
||||||
|
|
Loading…
Reference in New Issue