Skip to content

Commit

Permalink
Move imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgardiner25 authored Jul 7, 2023
1 parent 336e906 commit d33d534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/test/tunnels-test/tunnelManagementTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
// Licensed under the MIT license.

import * as assert from 'assert';
import { suite, test, slow, timeout } from '@testdeck/mocha';
import { TunnelManagementHttpClient } from '@microsoft/dev-tunnels-management';
import axios, { AxiosPromise, AxiosRequestConfig, Method } from 'axios';
import * as https from 'https';
import { suite, test, slow, timeout } from '@testdeck/mocha';
import { TunnelManagementHttpClient } from '@microsoft/dev-tunnels-management';

@suite
@slow(3000)
Expand Down

0 comments on commit d33d534

Please sign in to comment.