mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Add smoketest and run it in CI
This commit is contained in:
parent
ab787465b6
commit
78b2edf1e3
7 changed files with 1078 additions and 0 deletions
6
test/smoke/common.js
Normal file
6
test/smoke/common.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
exports.PORT = 8563;
|
||||
Loading…
Add table
Add a link
Reference in a new issue