mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 09:20:10 +01:00
Add docs for tests
This commit is contained in:
parent
2b748950d6
commit
3fd1654ff6
1 changed files with 3 additions and 2 deletions
|
|
@ -3,10 +3,11 @@
|
||||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||||
*--------------------------------------------------------------------------------------------*/
|
*--------------------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
// To generate an initial baseline from a .bicep file, uncomment:
|
|
||||||
|
|
||||||
import { testTokenization } from '../test/testRunner';
|
import { testTokenization } from '../test/testRunner';
|
||||||
|
|
||||||
|
// Those test were auto generated from the test in the https://github.com/microsoft/typespec repo
|
||||||
|
// to keep in sync you can follow the instruction in https://github.com/microsoft/typespec/blob/main/packages/monarch/README.md
|
||||||
|
|
||||||
testTokenization('typespec', [
|
testTokenization('typespec', [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue