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