fix a few lint warnings (#17286)

This commit is contained in:
Alan Ren
2021-10-06 14:12:49 -07:00
committed by GitHub
parent 42b89095f2
commit 5d56e6525b
3 changed files with 4 additions and 5 deletions

View File

@@ -367,7 +367,7 @@ describe('BookTocManagerTests', function () {
],
'type': BookTreeItemType.savedNotebook
}
}
};
});
testRuns.forEach(function (run) {
@@ -555,7 +555,7 @@ describe('BookTocManagerTests', function () {
const section: JupyterBookSection = {
title: sectionA.title,
file: sectionA.uri
}
};
let isParent = bookTocManager.isParent(notebook1, sourceBook, section);
should(isParent).be.true('Section A is parent of notebook1');
});