monaco-editor/src/qsharp/qsharp.test.ts
REDMOND\anburton 16850dd85a onboard qsharp
2021-06-25 21:28:07 -07:00

10 lines
443 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('qsharp', [
]);