mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 08:10:11 +01:00
Smoketest improvements: (#3369)
- Add a smoketest for packaging with vite - Re-enable the smoketest for packaging with esbuild - Re-enable the smoketest on webkit
This commit is contained in:
parent
a3d4b960c5
commit
5d653b2569
10 changed files with 934 additions and 12 deletions
|
|
@ -1,3 +1,8 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import * as monaco from '../../../release/esm/vs/editor/editor.main.js';
|
||||
|
||||
self.MonacoEnvironment = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue