Skip to content

Commit

Permalink
Update nightingale-track tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlrice committed Nov 8, 2024
1 parent f7cd154 commit f6b6078
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4,001 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe("nightingale-interpro-track tests", () => {
document.querySelector("nightingale-interpro-track").remove();
});

test("it should show nightingale-interpro-track and the current number of residue features coverage mask rects and no highlight", async () => {
test("it should show nightingale-interpro-track and the current number of residue features coverage mask rects and no highlight", () => {
expect(document.querySelector("nightingale-interpro-track")).toBeDefined();
expect(
document.querySelectorAll("path.feature.rectangle.residue").length
Expand Down
Loading

0 comments on commit f6b6078

Please sign in to comment.