Remove repl from elixir 4

This commit is contained in:
plondon 2021-10-23 14:02:33 -04:00
parent 4dd0620902
commit bed16d1ca0
2 changed files with 4 additions and 3 deletions

View File

@ -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;

View File

@ -49,3 +49,4 @@ lsp:
skip: skip:
- lsp - lsp
- runrepl