We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258749a commit c496be5Copy full SHA for c496be5
test/cases/innerTubeApi.ts
@@ -21,7 +21,7 @@ const expectedInnerTube = { // partial type of innerTubeVideoDetails
21
};
22
const currentViews = 49816;
23
24
-describe("innertube API test", function() {
+xdescribe("innertube API test", function() {
25
it("should be able to get innerTube details", async () => {
26
const result = await innerTube.getPlayerData(videoID, true);
27
assert.ok(partialDeepEquals(result, expectedInnerTube));
0 commit comments