9 lines
302 B
TypeScript
9 lines
302 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";
|