Skip to content

Commit

Permalink
Revert "Skip even more tests."
Browse files Browse the repository at this point in the history
This reverts commit 5d8d0ab.
  • Loading branch information
dlrice committed Nov 8, 2024
1 parent e088fd8 commit 4bc0193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ import NightingaleNavigation from "../dist/index";

let rendered: NightingaleNavigation;

// TODO: undo 2024-11-08
// eslint-disable-next-line jest/no-disabled-tests
describe.skip("nightingale-navigation tests", () => {
describe("nightingale-navigation tests", () => {
beforeEach(() => {
rendered = new NightingaleNavigation();
rendered.setAttribute("height", "15");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import * as data from "./taxonomy.min.json";

let rendered: NightingaleSunburst;

// TODO: undo 2024-11-08
// eslint-disable-next-line jest/no-disabled-tests
describe.skip("nightingale-sunburst tests", () => {
describe("nightingale-sunburst tests", () => {
beforeEach(async () => {
rendered = new NightingaleSunburst();
rendered.setAttribute("size", "200");
Expand Down

0 comments on commit 4bc0193

Please sign in to comment.