aspnetcore/client-ts/FunctionalTests/ts/index.ts

8 lines
298 B
TypeScript

// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
import 'es6-promise/dist/es6-promise.auto.js';
import './ConnectionTests'
import './HubConnectionTests'
import './WebSocketTests'