mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-23 00:22:56 +01:00
postgresql test are done
This commit is contained in:
parent
6b6ff7ff5b
commit
68f56a91e7
4 changed files with 569 additions and 12 deletions
|
|
@ -59,7 +59,8 @@ requirejs([
|
|||
'out/test/yaml.test',
|
||||
'out/test/solidity.test',
|
||||
'out/test/sb.test',
|
||||
'out/test/mysql.test'
|
||||
'out/test/mysql.test',
|
||||
'out/test/pgsql.test'
|
||||
], function() {
|
||||
run(); // We can launch the tests!
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue