monaco-editor/src/basic-languages/mdx/mdx.test.ts
2022-05-05 15:48:53 +02:00

8 lines
438 B
TypeScript

/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import { testTokenization } from '../test/testRunner';
testTokenization('mdx', []);