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