mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +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 './shell/shell.contribution';
|
||||||
import './perl/perl.contribution';
|
import './perl/perl.contribution';
|
||||||
import './azcli/azcli.contribution';
|
import './azcli/azcli.contribution';
|
||||||
|
import './apex/apex.contribution';
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,8 @@ define(['require'], function (require) {
|
||||||
'release/dev/clojure/clojure.test',
|
'release/dev/clojure/clojure.test',
|
||||||
'release/dev/shell/shell.test',
|
'release/dev/shell/shell.test',
|
||||||
'release/dev/perl/perl.test',
|
'release/dev/perl/perl.test',
|
||||||
'release/dev/azcli/azcli.test'
|
'release/dev/azcli/azcli.test',
|
||||||
|
'release/dev/apex/apex.test'
|
||||||
], function () {
|
], function () {
|
||||||
run(); // We can launch the tests!
|
run(); // We can launch the tests!
|
||||||
}, function (err) {
|
}, function (err) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue