mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Register apex language and load tests
This commit is contained in:
parent
0821a3dd33
commit
62d143821a
2 changed files with 3 additions and 1 deletions
|
|
@ -52,3 +52,4 @@ import './clojure/clojure.contribution';
|
|||
import './shell/shell.contribution';
|
||||
import './perl/perl.contribution';
|
||||
import './azcli/azcli.contribution';
|
||||
import './apex/apex.contribution';
|
||||
|
|
|
|||
|
|
@ -72,7 +72,8 @@ define(['require'], function (require) {
|
|||
'release/dev/clojure/clojure.test',
|
||||
'release/dev/shell/shell.test',
|
||||
'release/dev/perl/perl.test',
|
||||
'release/dev/azcli/azcli.test'
|
||||
'release/dev/azcli/azcli.test',
|
||||
'release/dev/apex/apex.test'
|
||||
], function () {
|
||||
run(); // We can launch the tests!
|
||||
}, function (err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue