mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
mysql test are in development
This commit is contained in:
parent
3c98fd9269
commit
d5f2122535
5 changed files with 575 additions and 8 deletions
|
|
@ -58,7 +58,8 @@ requirejs([
|
|||
'out/test/xml.test',
|
||||
'out/test/yaml.test',
|
||||
'out/test/solidity.test',
|
||||
'out/test/sb.test'
|
||||
'out/test/sb.test',
|
||||
'out/test/mysql.test'
|
||||
], function() {
|
||||
run(); // We can launch the tests!
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue