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 b7d1c53 commit 5f3613aCopy full SHA for 5f3613a
packages/webdoc-cli/test/load-tutorials.js
@@ -37,9 +37,9 @@ describe("load-tutorials", () => {
37
expect(tutorials[2].title).to.equal("<C>");
38
expect(tutorials[3].title).to.equal("<D>");
39
40
- expect(rootTutorials.length).to.equal(2);
+ expect(rootTutorials.length).to.equal(1);
41
42
- const tutorialA = rootTutorials[1];
+ const tutorialA = rootTutorials[0];
43
44
expect(tutorialA.title).to.equal("<A>");
45
expect(tutorialA.members.length).to.equal(2);
0 commit comments