@mintlify/scraping 4.0.626 → 4.0.628
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,7 +8,8 @@ import { getAsyncApiDefinition } from '../src/asyncapi/getAsyncApiDefinition.js'
|
|
|
8
8
|
const httpsError =
|
|
9
9
|
'Only HTTPS URLs are supported. HTTP URLs are only supported with the cli option --local-schema.';
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
// TODO - make these not reliant on actual network connectivity and unskip
|
|
12
|
+
describe.skip('getAsyncApiDefinition', () => {
|
|
12
13
|
beforeEach(() => {
|
|
13
14
|
vi.resetAllMocks();
|
|
14
15
|
});
|