ソースを参照

Add docs for tests

Timothee Guerin 1 年間 前
コミット
3fd1654ff6
1 ファイル変更3 行追加2 行削除
  1. 3 2
      src/basic-languages/typespec/typespec.test.ts

+ 3 - 2
src/basic-languages/typespec/typespec.test.ts

@@ -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', [
 	[
 	[
 		{
 		{