File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11/* eslint-disable prefer-rest-params */
22import * as t from "tap" ;
3- import { Agent } from "../agent/Agent" ;
43import { createServer , Server } from "http" ;
5- import { ReportingAPIForTesting } from "../agent/api/ReportingAPIForTesting" ;
64import { Token } from "../agent/api/Token" ;
75import { Context , runWithContext } from "../agent/Context" ;
8- import { LoggerNoop } from "../agent/logger/LoggerNoop" ;
96import { createTestAgent } from "../helpers/createTestAgent" ;
107import { Fetch } from "./Fetch" ;
118
Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ function createContext(): Context {
5454 } ;
5555}
5656
57+ t . setTimeout ( 60 * 1000 ) ;
58+
5759t . test ( "it works" , ( t ) => {
5860 const agent = createTestAgent ( {
5961 token : new Token ( "123" ) ,
You can’t perform that action at this time.
0 commit comments