Skip to content

Commit

Permalink
Update packages/web-components/fast-foundation/src/slider/slider.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jane Chu <7559015+janechu@users.noreply.github.com>
  • Loading branch information
m-akinc and janechu authored Oct 1, 2024
1 parent f5ac61f commit fde5799
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async function setup() {
}

// TODO: Need to add tests for keyboard handling, position, and focus management
describe.only("Slider", () => {
describe("Slider", () => {
it("should have a role of `slider`", async () => {
const { element, connect, disconnect } = await setup();

Expand Down

0 comments on commit fde5799

Please sign in to comment.