We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927b836 commit 76a1eeeCopy full SHA for 76a1eee
1 file changed
test/fetch.test.ts
@@ -9,7 +9,7 @@ import {
9
import { RequestDiagnosticsMessage, ResponseDiagnosticsMessage } from '../src/HttpClient.js';
10
import { Request } from 'undici';
11
12
-describe.only('fetch.test.ts', () => {
+describe('fetch.test.ts', () => {
13
let close: any;
14
let _url: string;
15
beforeAll(async () => {
0 commit comments