Explorar o código

Restore test sample

Alexandru Dima %!s(int64=3) %!d(string=hai) anos
pai
achega
8c6103a3b4
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      monaco-editor-webpack-plugin/test/index.js

+ 2 - 2
monaco-editor-webpack-plugin/test/index.js

@@ -1,6 +1,6 @@
 import * as monaco from 'monaco-editor/esm/vs/editor/editor.api';
 
 monaco.editor.create(document.getElementById('container'), {
-	value: '',
-	language: 'html'
+	value: 'console.log("Hello, world")',
+	language: 'javascript'
 });