fix(core): update
This commit is contained in:
		@@ -27,7 +27,7 @@ export const testFire = <
 | 
				
			|||||||
    throw new Error('you need to start the testServer first!');
 | 
					    throw new Error('you need to start the testServer first!');
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  const typedRequest = new plugins.typedrequest.TypedRequest<T>(
 | 
					  const typedRequest = new plugins.typedrequest.TypedRequest<T>(
 | 
				
			||||||
    `https://localhost:${testServer.server.options.port}`,
 | 
					    `http://localhost:${testServer.server.options.port}`,
 | 
				
			||||||
    methodArg
 | 
					    methodArg
 | 
				
			||||||
  );
 | 
					  );
 | 
				
			||||||
  const responsePromise = typedRequest.fire(requestArg);
 | 
					  const responsePromise = typedRequest.fire(requestArg);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user